-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
1,451 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Engine
updated
from a1d78a to 0189ca
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"size": [1024, 576], | ||
"pixelToMeter": 60.0, | ||
"gravity": [0, 5], | ||
"respawn": [100, 100], | ||
"debug": false, | ||
"light": { | ||
"enabled": true, | ||
"ambient": [100, 100, 100] | ||
}, | ||
"next": "assets/scripts/level_1.json", | ||
"ui": [ | ||
|
||
{ | ||
"type": "text", | ||
"position": [512, 290], | ||
"text": { | ||
"align": "center", | ||
"font": "assets/lcd_solid.ttf", | ||
"size": 30, | ||
"text": "Thanks for playing! :)" | ||
} | ||
}, | ||
{ | ||
"type": "text", | ||
"position": [512, 250], | ||
"identifier": "score", | ||
"text": { | ||
"align": "center", | ||
"font": "assets/lcd_solid.ttf", | ||
"size": 30, | ||
"text": "Score: 0" | ||
} | ||
}, | ||
{ | ||
"type": "text", | ||
"position": [512, 260], | ||
"identifier": "next", | ||
"active": false, | ||
"text": { | ||
"align": "center", | ||
"font": "assets/lcd_solid.ttf", | ||
"size": 20, | ||
"text": "You slayed all vampires! Press ENTER to proceed to the next level" | ||
} | ||
}, | ||
{ | ||
"childData": "assets/scripts/ui_paused.json" | ||
} | ||
], | ||
"children": [ | ||
{ | ||
"type": "sprite", | ||
"size": [1024, 576], | ||
"sprite": { | ||
"texture": "assets/images/title_screen_bg.png" | ||
} | ||
}, | ||
{ | ||
"childData": "assets/scripts/enemy_bat.json", | ||
"position": [889, 104], | ||
"active": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.