Skip to content
Snippets Groups Projects
Commit f36e9502 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

added content

parent 1cbba00c
Branches
No related tags found
No related merge requests found
Showing
with 7103 additions and 72 deletions
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fcf7219bab7fe46a1ad266029b2fee19, type: 3}
m_Name: Readme
m_EditorClassIdentifier:
icon: {fileID: 2800000, guid: 44a17a5b205fcd349a24700e6f5615bd, type: 3}
title: Welcome to Starter Assets!
sections:
- heading: Starter Assets Readme
text:
linkText:
url:
- heading:
text: 'Starter Assets include First and Third Person Character controllers built
in a modular way as a solid foundation for any game genre. '
linkText: Starter Assets - First Person Character Controller
url: http://u3d.as/2z1q
- heading:
text:
linkText: Starter Assets - Third Person Character Controller
url: http://u3d.as/2z1r
- heading:
text: "The Starter Assets packages are compatible with Unity 2020.3 LTS and leverage
Unity\u2019s CharacterController component."
linkText:
url:
- heading: Important note
text: The Starter Assets packages require the Input System and Cinemachine packages
to work. See the documentation (Assets/StarterAssets/StarterAssets_Documentation.pdf)
for more information.
linkText:
url:
- heading: 'Get started '
text: In StarterAssets/ThirdPersonController/Scenes or StarterAssets/FirstPersonController/Scenes,
you will find the Playground Scene. Here you can use the Starter Assets controller
in a simple playground environment and start adjusting the controller settings
to your liking.
linkText:
url:
- heading: Documentation
text: See the documentation (Assets/StarterAssets/StarterAssets_Documentation.pdf)
for more information on how to set up the Starter Assets in a new Scene, in
HDRP/URP, or for mobile devices.
linkText:
url:
- heading: 'We want to hear your feedback! '
text:
linkText: Click here to let us know what you think about this package.
url: https://unitysoftware.co1.qualtrics.com/jfe/form/SV_5cg7IkyOprbHqia?packagename=starterassets
loadedLayout: 1
fileFormatVersion: 2
guid: 4181bfe715a83e843b7538d750dc57cc
timeCreated: 1484217493
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
body{
margin: 0;
font-family: "DINNextLTPro-Condensed";
background-color: white;
font-size: 2vh;
}
body{
margin: 0;
font-family: "DINNextLTPro-Condensed";
background-color: white;
}
@import "base.css";
.menuContainer{
width: 30%;
color: white!important;
......
.window{
position: fixed;
width: 50%;
height: 60%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
background-image: url('../images/lightBg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: "COCOGOOSE";
border-radius: 5px;
}
.window .content{
flex-grow: 1;
margin-top: 1.5%;
background-image: url('../images/darkBg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color:white;
border-radius: 5px;
padding: 1em;
}
.window .content .title{
color: #dbbea9;
}
.window .content .textBox{
border-radius: 5px;
background-color: #262626;
box-shadow: 0px 0px 10px 4px rgba(84,160,227,0.65);
}
.window .actionsBar{
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.window h1, .window h2, .window h3, .window h4, .window h5, .window h6{
margin: 0;
font-weight: 500;
}
\ No newline at end of file
File added
This diff is collapsed.
File added
File added
File added
......@@ -110,3 +110,11 @@
url("ddbcad2d205ba94bb5608f2cba618523.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("ddbcad2d205ba94bb5608f2cba618523.svg#HelveticaNeueLTPro-It") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "COCOGOOSE";
src: url("d14035f6b1afeabafbee4abb2ebf0fc6.eot"); /* IE9*/
src: url("d14035f6b1afeabafbee4abb2ebf0fc6.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("d14035f6b1afeabafbee4abb2ebf0fc6.woff2") format("woff2"), /* chrome、firefox */
url("d14035f6b1afeabafbee4abb2ebf0fc6.woff") format("woff"), /* chrome、firefox */
url("d14035f6b1afeabafbee4abb2ebf0fc6.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("d14035f6b1afeabafbee4abb2ebf0fc6.svg#COCOGOOSE") format("svg"); /* iOS 4.1- */
}
\ No newline at end of file
BrowserAssets/UI/images/darkBg.jpg

9.61 MiB

BrowserAssets/UI/images/lightBg.jpg

1.68 MiB

......@@ -4,6 +4,7 @@
<title>Menu principal</title>
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="css/mainMenu.css">
<link rel="stylesheet" href="css/window.css">
<!-- <script src="js/jquery-3.6.0.js" type="text/javascript"></script> -->
</head>
......@@ -26,6 +27,21 @@
<span>Quitter</span>
</div>
</div>
<div class="window">
<div class="content">
<div class="title">
<h2>Parties en ligne</h2>
</div>
<div class="textBox">
Blablabla Mr Freeman.
</div>
</div>
<div class="actionsBar">
<div class="item">
<span>Créer une partie</span>
</div>
</div>
</div>
<script type="text/javascript">
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment