From 48d4f9de2536be2617aec3d58697a0db061d038c Mon Sep 17 00:00:00 2001 From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:07:47 +0200 Subject: level loading is supported now --- godot/scenes/objects/GoalZone.tscn | 1 + 1 file changed, 1 insertion(+) (limited to 'godot/scenes/objects/GoalZone.tscn') diff --git a/godot/scenes/objects/GoalZone.tscn b/godot/scenes/objects/GoalZone.tscn index 79b8624..cc8c77d 100644 --- a/godot/scenes/objects/GoalZone.tscn +++ b/godot/scenes/objects/GoalZone.tscn @@ -3,6 +3,7 @@ [ext_resource path="res://scenes/objects/GoalTriggerBox.gd" type="Script" id=1] [sub_resource type="BoxShape" id=1] +extents = Vector3( 0.204243, 0.204176, 0.204328 ) [node name="GoalZone" type="Area"] script = ExtResource( 1 ) -- cgit