Skip to content

Commit 694e211

Browse files
author
avscs
committed
added lion soldiers vengeance and station saturn
1 parent f246458 commit 694e211

23 files changed

Lines changed: 292 additions & 0 deletions

config.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@
506506
"aliases": [],
507507
"categories": []
508508
},
509+
"Lion Solider's Vengeance": {
510+
"path": "lion-soldiers-vengeance",
511+
"aliases": [],
512+
"cateogires": []
513+
},
509514
"Idle Breakout": {
510515
"path": "idle-breakout",
511516
"aliases": [],
@@ -726,6 +731,11 @@
726731
"aliases": [],
727732
"categories": []
728733
},
734+
"Station Saturn": {
735+
"path": "station-saturn",
736+
"aliases": [],
737+
"categories": []
738+
},
729739
"Stickman Hook": {
730740
"path": "stickman-hook",
731741
"aliases": [],
97.4 MB
Binary file not shown.

games/lion-soldiers-vengeance/Build/New folder.framework.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

games/lion-soldiers-vengeance/Build/New folder.loader.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
26.3 MB
Binary file not shown.
175 Bytes
Loading
96 Bytes
Loading
74 Bytes
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
body { padding: 0; margin: 0 }
2+
#unity-container { position: absolute }
3+
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%,-50%) }
4+
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
5+
#unity-canvas { background: #1F1F20 }
6+
.unity-mobile #unity-canvas { width: 100%; height: 100% }
7+
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
8+
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
9+
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
10+
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
11+
#unity-footer { position: relative }
12+
.unity-mobile #unity-footer { display: none }
13+
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
14+
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
15+
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
16+
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
2.97 KB
Loading

0 commit comments

Comments
 (0)