From 90bff71c9764442ee12adfece9879d12ee8aea33 Mon Sep 17 00:00:00 2001 From: Victor Turgeon Date: Tue, 11 Oct 2022 13:33:15 -0400 Subject: [PATCH] reremerge --- Test_Scene.tscn | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Test_Scene.tscn b/Test_Scene.tscn index f1a74ec..934b97a 100644 --- a/Test_Scene.tscn +++ b/Test_Scene.tscn @@ -1,15 +1,13 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=15 format=2] [ext_resource path="res://Materials/Dark_ProtoMat.tres" type="Material" id=1] [ext_resource path="res://Player.tscn" type="PackedScene" id=2] [ext_resource path="res://Materials/Orange_ProtoMat.tres" type="Material" id=3] [ext_resource path="res://AllSkyFree_Skyboxes/Epic_BlueSunset_EquiRect_flat.png" type="Texture" id=4] - [ext_resource path="res://Title Timer.gd" type="Script" id=5] [ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=6] [ext_resource path="res://SlapGauge.gd" type="Script" id=7] - [sub_resource type="PanoramaSky" id=1] panorama = ExtResource( 4 ) @@ -125,10 +123,6 @@ light_color = Color( 1, 0.924276, 0.869018, 1 ) light_specular = 1.0 shadow_enabled = true - -[node name="Enemy" parent="." instance=ExtResource( 5 )] -transform = Transform( 0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 1.17105, 2.7605, -13.5942 ) - [node name="HUD" type="CanvasLayer" parent="."] __meta__ = { "_editor_description_": "Heads Up Display" @@ -194,5 +188,4 @@ margin_left = -436.48 margin_top = 229.04 margin_right = -325.48 margin_bottom = 261.04 -text = "Slap" - +text = "Slap" \ No newline at end of file