From 71c5d60dfe1140e186d1b982609e4c53fc979743 Mon Sep 17 00:00:00 2001 From: unfa Date: Sun, 14 Jun 2020 00:40:07 +0200 Subject: [PATCH] Attached Game script to Game node --- Game.tscn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Game.tscn b/Game.tscn index 2eb0a85..094e39a 100644 --- a/Game.tscn +++ b/Game.tscn @@ -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="."]