Attached Game script to Game node

remotes/1711838515240372319/tmp_refs/heads/godot4-port
unfa 2020-06-14 00:40:07 +02:00
parent d911a68556
commit 71c5d60dfe
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Game.gd" type="Script" id=1]
[ext_resource path="res://Player.gd" type="Script" id=1]
[ext_resource path="res://Game.gd" type="Script" id=2]
[sub_resource type="BoxShape" id=1]
@ -11,7 +12,7 @@
[sub_resource type="CapsuleMesh" id=4]
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
script = ExtResource( 2 )
[node name="Level" type="Spatial" parent="."]