forked from team-sg/hero-mark-2
player.tscn: scholar of the first bullet casings
This commit is contained in:
parent
79cbd62a69
commit
bc57ba4171
45 changed files with 1429 additions and 113 deletions
|
@ -3,8 +3,11 @@ extends Tree
|
|||
|
||||
var target: StateChart = null
|
||||
|
||||
func _init() -> void:
|
||||
set("custom_styles/bg", StyleBoxEmpty.new())
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
if target is StateChart:
|
||||
if target is StateChart and visible:
|
||||
clear()
|
||||
var root_state = target.get_child(0)
|
||||
if root_state is State:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue