added breakable vent
This commit is contained in:
@@ -11,7 +11,7 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="First Person Test"
|
||||
run/main_scene="res://assets/blockout_2.tscn"
|
||||
run/main_scene="res://scenes/asset_checker.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
@@ -22,6 +22,7 @@ SignalBus="*res://scripts/signal_bus.gd"
|
||||
SwitchBasic="*res://scripts/switch_basic.gd"
|
||||
RigidbodyGeneric="*res://scripts/rigidbody_generic.gd"
|
||||
GameGlobals="*res://scripts/game_globals.gd"
|
||||
HelperFuncs="*res://scripts/HelperFuncs.gd"
|
||||
|
||||
[display]
|
||||
|
||||
@@ -53,6 +54,7 @@ moveable=""
|
||||
door=""
|
||||
spawned=""
|
||||
persist=""
|
||||
breakable=""
|
||||
|
||||
[input]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user