Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Edwise
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
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Edwise
Edwise
Commits
595aee8c
Commit
595aee8c
authored
Apr 01, 2021
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
80a70657
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
639 additions
and
2 deletions
+639
-2
index.html
public/index.html
+1
-1
MainScene.ts
src/canvas/game/src/scenes/MainScene.ts
+2
-1
yarn.lock
yarn.lock
+636
-0
No files found.
public/index.html
View file @
595aee8c
...
...
@@ -33,7 +33,7 @@
var
e
=
t
.
clientWidth
;
e
/
a
>
750
&&
(
e
=
750
*
a
),
(
window
.
remScale
=
e
/
750
),
(
t
.
style
.
fontSize
=
2
00
*
(
e
/
750
)
+
'px'
);
(
t
.
style
.
fontSize
=
1
00
*
(
e
/
750
)
+
'px'
);
};
s
(),
e
.
addEventListener
&&
i
.
addEventListener
(
m
,
s
,
!
1
);
})(
document
,
window
);
...
...
src/canvas/game/src/scenes/MainScene.ts
View file @
595aee8c
...
...
@@ -59,7 +59,8 @@ export class MainScene extends Scene {
testRect2
:
FYGE
.
Shape
;
initUi
()
{
// this.addChild(new TestView());
this
.
addChild
(
new
TestView
());
return
;
this
.
testRect1
=
new
FYGE
.
Shape
();
this
.
testRect1
.
beginFill
(
80
);
this
.
testRect1
.
drawRect
(
-
100
,
-
50
,
200
,
100
);
...
...
yarn.lock
0 → 100644
View file @
595aee8c
This diff is collapsed.
Click to expand it.
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