Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
5aa27877
Commit
5aa27877
authored
Feb 28, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add settings menu with Unity mode, save, load
parent
625acdfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
app.component.html
src/app/app.component.html
+10
-0
app.component.scss
src/app/app.component.scss
+26
-0
No files found.
src/app/app.component.html
View file @
5aa27877
...
@@ -51,6 +51,16 @@
...
@@ -51,6 +51,16 @@
<app-rules
class=
"container-sider-element"
></app-rules>
<app-rules
class=
"container-sider-element"
></app-rules>
</div>
</div>
<div
class=
"container-settings"
>
<div
class=
"container-settings-mode"
>
<input
name=
"unity"
type=
"checkbox"
/>
<label
for=
"unity"
>
Intégrer le jeu sous Unity
</label>
</div>
<button
mat-mini-fab
color=
"white"
><mat-icon
fontIcon=
"save"
></mat-icon></button>
<button
mat-mini-fab
color=
"white"
><mat-icon
fontIcon=
"upload-file"
></mat-icon></button>
</div>
</div>
</div>
src/app/app.component.scss
View file @
5aa27877
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
z-index
:
1
;
&
-main
{
&
-main
{
position
:
absolute
;
position
:
absolute
;
...
@@ -47,4 +48,29 @@
...
@@ -47,4 +48,29 @@
align-items
:
center
;
align-items
:
center
;
}
}
}
}
&
-settings
{
position
:
fixed
;
width
:
300px
;
right
:
350px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
z-index
:
2
;
&
-mode
{
width
:
150px
;
background-color
:
white
;
box-shadow
:
0px
3px
5px
-1px
rgba
(
0
,
0
,
0
,
0
.2
)
,
0px
6px
10px
0px
rgba
(
0
,
0
,
0
,
0
.14
)
,
0px
1px
18px
0px
rgba
(
0
,
0
,
0
,
0
.12
);
padding
:
5px
;
border-radius
:
10px
;
text-align
:
center
;
}
button
{
width
:
50px
;
height
:
50px
;
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment