File tree Expand file tree Collapse file tree 2 files changed +16
-24
lines changed
addons/maaacks_game_template Expand file tree Collapse file tree 2 files changed +16
-24
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,23 @@ The `base/` folder holds the core components of the menus application.
5050
5151The ` extras/ ` folder holds components that extend the core application.
5252
53- - Win & Lose Menus
5453- Level Loaders
5554- Level Progress Manager
56- - Logging Scripts
55+ - Win / Lose Manager
5756- Script for Releasing on [ itch.io] ( https://itch.io/ ) with [ butler] ( https://itch.io/docs/butler/ )
5857
5958### Examples
6059
6160The ` examples/ ` folder contains an example project using inherited scenes from the ` base/ ` and ` extras/ ` .
6261
63- - Example Game Scene
64- - Base Level Class
65- - Example Levels
62+ - Game Scene
63+ - Level Class & 3 Levels
64+ - Tutorial Windows & 3 Tutorial Messages
65+ - Win & Lose Windows
66+ - Master Options Menu
6667- End Credits
67- - Additional Inherited Scenes:
68- - Game Options Menu w/ Reset button
69- - Master Options Menu w/ Game Options tab
70- - Main Menu w/ Animations
71- - Opening w/ Godot Logo
72- - Level Loading Screen
73- - Loading Screen w/ Shader Pre-caching
68+ - Main Menu w/ Animations
69+ - Opening w/ Godot Logo
7470
7571### Minimal
7672
Original file line number Diff line number Diff line change @@ -50,27 +50,23 @@ The `base/` folder holds the core components of the menus application.
5050
5151The ` extras/ ` folder holds components that extend the core application.
5252
53- - Win & Lose Menus
5453- Level Loaders
5554- Level Progress Manager
56- - Logging Scripts
55+ - Win / Lose Manager
5756- Script for Releasing on [ itch.io] ( https://itch.io/ ) with [ butler] ( https://itch.io/docs/butler/ )
5857
5958### Examples
6059
6160The ` examples/ ` folder contains an example project using inherited scenes from the ` base/ ` and ` extras/ ` .
6261
63- - Example Game Scene
64- - Base Level Class
65- - Example Levels
62+ - Game Scene
63+ - Level Class & 3 Levels
64+ - Tutorial Windows & 3 Tutorial Messages
65+ - Win & Lose Windows
66+ - Master Options Menu
6667- End Credits
67- - Additional Inherited Scenes:
68- - Game Options Menu w/ Reset button
69- - Master Options Menu w/ Game Options tab
70- - Main Menu w/ Animations
71- - Opening w/ Godot Logo
72- - Level Loading Screen
73- - Loading Screen w/ Shader Pre-caching
68+ - Main Menu w/ Animations
69+ - Opening w/ Godot Logo
7470
7571### Minimal
7672
You can’t perform that action at this time.
0 commit comments