forked from team-sg/hero-mark-2
re-written save and level data system :)
This commit is contained in:
parent
f3debf74cf
commit
45ddbd5c04
13 changed files with 177 additions and 93 deletions
|
@ -8,6 +8,16 @@
|
|||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Resource",
|
||||
"class": "LevelEntry",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/level_entry.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"LevelEntry": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Hero Mark 2"
|
||||
|
@ -18,6 +28,8 @@ config/icon="res://icon.png"
|
|||
|
||||
Game="*res://game.tscn"
|
||||
Debug="*res://objects/debug.tscn"
|
||||
LevelData="*res://level_data.tscn"
|
||||
Save="*res://scripts/save.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue