aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-16 21:12:23 +0200
committerLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-16 21:12:23 +0200
commit9a750a6688ad923d990d11dc464f783210b50678 (patch)
tree90d7658c5e6173946bfb89c46d2cd43fd3f9bf90 /godot/scenes/Game.tscn
parent9c061b9997d0add3298b1230426dd7332b91420f (diff)
parentf561a1f69d5fda68e0a23ab04f448e9364b2968c (diff)
download2022-9a750a6688ad923d990d11dc464f783210b50678.tar.gz
2022-9a750a6688ad923d990d11dc464f783210b50678.tar.bz2
2022-9a750a6688ad923d990d11dc464f783210b50678.zip
Merge branch 'BuffSystem' into GoalPost
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r--godot/scenes/Game.tscn5
1 files changed, 5 insertions, 0 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn
index 68704bb..6d09370 100644
--- a/godot/scenes/Game.tscn
+++ b/godot/scenes/Game.tscn
@@ -10,6 +10,10 @@
[sub_resource type="CubeMesh" id=2]
[sub_resource type="SphereMesh" id=3]
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://native/Game.gdns" type="Script" id=1]
+[ext_resource path="res://scenes/levels/test_scene_movement/TestSceneMovement.tscn" type="PackedScene" id=2]
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
@@ -47,3 +51,4 @@ mesh = SubResource( 3 )
material/0 = null
[connection signal="body_entered" from="Area2" to="Area2" method="_on_Area2_body_entered"]
+[node name="TestScene" parent="." instance=ExtResource( 2 )]