Rider setup/gitignores

This commit is contained in:
derek
2024-11-19 09:29:27 -06:00
parent 6d1a416a6b
commit a867246788
6 changed files with 43 additions and 1 deletions

View File

@@ -7,8 +7,9 @@ var door_open : bool
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
add_to_group("door")
#check initial door state
door_open = door_open_start
#match initial door state
if door_open:
open()
else: