Skip to content

Commit

Permalink
Merge pull request #1 from okiwi/release
Browse files Browse the repository at this point in the history
🔖 Release v1.0.0
  • Loading branch information
enzoritto authored Oct 1, 2024
2 parents d159d53 + 949696f commit e8485af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config_version=5
[application]

config/name="Zombie Dash"
config/version="1.0.0"
run/main_scene="res://scenes/main_menu.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
Expand Down
2 changes: 2 additions & 0 deletions scenes/main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[node name="Main" type="Node"]

[node name="Level" parent="." instance=ExtResource("1_js5b6")]
zombies_num = 2
players = 2

[node name="GUI" type="Control" parent="."]
process_mode = 3
Expand Down

0 comments on commit e8485af

Please sign in to comment.