Added a new character and modified the way :setup and :ready events are run.

This commit is contained in:
Julian Murgia
2020-12-26 21:53:00 +01:00
parent f26d96f115
commit af8a9ea086
58 changed files with 1259 additions and 340 deletions

View File

@@ -94,9 +94,9 @@ animations = [ {
"speed": 8.0
} ]
[node name="character" type="Area2D"]
[node name="android" type="Area2D"]
script = ExtResource( 1 )
global_id = "character"
global_id = "android"
interaction_direction = 3
tooltip_name = "Character"
default_action = "talk"