Skip to content

Commit

Permalink
Fix scene names
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-redbeard committed Dec 14, 2023
1 parent ee44ef1 commit 5e3236f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[gd_scene load_steps=15 format=3 uid="uid://bbwavbqpv0ge7"]

[ext_resource type="Script" path="res://Main.cs" id="1_ider5"]
[ext_resource type="PackedScene" uid="uid://bnorrme8hfbsx" path="res://player.tscn" id="1_yjfsy"]
[ext_resource type="PackedScene" uid="uid://bdqntdek3u7aw" path="res://mob.tscn" id="2_saxca"]
[ext_resource type="FontFile" uid="uid://755mnwjmjuro" path="res://fonts/Montserrat-Medium.ttf" id="4_5dgts"]
[ext_resource type="Script" path="res://ScoreLabel.cs" id="5_xm5b6"]
[ext_resource type="Script" path="res://Main.cs" id="1_ecxn0"]
[ext_resource type="PackedScene" uid="uid://bdqntdek3u7aw" path="res://Mob.tscn" id="2_i3afp"]
[ext_resource type="PackedScene" uid="uid://bnorrme8hfbsx" path="res://Player.tscn" id="3_g20lh"]
[ext_resource type="FontFile" uid="uid://755mnwjmjuro" path="res://fonts/Montserrat-Medium.ttf" id="4_c7ism"]
[ext_resource type="Script" path="res://ScoreLabel.cs" id="5_61u28"]

[sub_resource type="BoxShape3D" id="BoxShape3D_fo0kv"]
size = Vector3(60, 2, 60)
Expand Down Expand Up @@ -37,12 +37,12 @@ _data = {
point_count = 5

[sub_resource type="Theme" id="Theme_uubu5"]
default_font = ExtResource("4_5dgts")
default_font = ExtResource("4_c7ism")
default_font_size = 22

[node name="Main" type="Node"]
script = ExtResource("1_ider5")
MobScene = ExtResource("2_saxca")
script = ExtResource("1_ecxn0")
MobScene = ExtResource("2_i3afp")

[node name="Ground" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
Expand All @@ -67,7 +67,7 @@ directional_shadow_max_distance = 40.0
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_t6dwr")

[node name="Player" parent="." instance=ExtResource("1_yjfsy")]
[node name="Player" parent="." instance=ExtResource("3_g20lh")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.66792, 0)

[node name="CameraPivot" type="Marker3D" parent="."]
Expand Down Expand Up @@ -125,7 +125,7 @@ offset_right = 144.0
offset_bottom = 56.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "Score: 0"
script = ExtResource("5_xm5b6")
script = ExtResource("5_61u28")

[node name="Retry" type="ColorRect" parent="UserInterface"]
layout_mode = 1
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ radius = 0.792
height = 0.144
radius = 0.908

[sub_resource type="Animation" id="Animation_03s6x"]
resource_name = "float"
length = 1.2
loop_mode = 1
[sub_resource type="Animation" id="Animation_7xhch"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Pivot/Character:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0.3, 0.7, 1.2),
"transitions": PackedFloat32Array(0.420448, 2.07053, 1),
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(2.08165e-12, 0.33, 2.08165e-12), Vector3(2.08165e-12, 0.65, 2.08165e-12), Vector3(2.08165e-12, 0.35, 2.08165e-12)]
"values": [Vector3(2.08165e-12, 0.33, 2.08165e-12)]
}
tracks/1/type = "value"
tracks/1/imported = false
Expand All @@ -33,25 +31,27 @@ tracks/1/path = NodePath("Pivot/Character:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0.1, 0.5, 1.2),
"transitions": PackedFloat32Array(0.420448, 0.450625, 1),
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 0, 0), Vector3(0.139626, 3.48787e-16, 3.48787e-16), Vector3(-0.15708, 3.48787e-16, 3.48787e-16)]
"values": [Vector3(0, 0, 0)]
}

[sub_resource type="Animation" id="Animation_7xhch"]
length = 0.001
[sub_resource type="Animation" id="Animation_03s6x"]
resource_name = "float"
length = 1.2
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Pivot/Character:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"times": PackedFloat32Array(0.3, 0.7, 1.2),
"transitions": PackedFloat32Array(0.420448, 2.07053, 1),
"update": 0,
"values": [Vector3(2.08165e-12, 0.33, 2.08165e-12)]
"values": [Vector3(2.08165e-12, 0.33, 2.08165e-12), Vector3(2.08165e-12, 0.65, 2.08165e-12), Vector3(2.08165e-12, 0.35, 2.08165e-12)]
}
tracks/1/type = "value"
tracks/1/imported = false
Expand All @@ -60,10 +60,10 @@ tracks/1/path = NodePath("Pivot/Character:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"times": PackedFloat32Array(0.1, 0.5, 1.2),
"transitions": PackedFloat32Array(0.420448, 0.450625, 1),
"update": 0,
"values": [Vector3(0, 0, 0)]
"values": [Vector3(0, 0, 0), Vector3(0.139626, 3.48787e-16, 3.48787e-16), Vector3(-0.15708, 3.48787e-16, 3.48787e-16)]
}

[sub_resource type="AnimationLibrary" id="AnimationLibrary_x6efk"]
Expand Down
4 changes: 2 additions & 2 deletions mono/squash_the_creeps/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This is a finished version of the game featured in the \"Your first 3D game\"
tutorial in the official documentation, but ported to C#. For more details,
consider following the tutorial in the documentation."
config/tags=PackedStringArray("3d", "demo", "official")
run/main_scene="res://main.tscn"
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.2", "C#", "Forward Plus")
config/icon="res://icon.png"

[autoload]

MusicPlayer="*res://music_player.tscn"
MusicPlayer="*res://MusicPlayer.tscn"

[display]

Expand Down

0 comments on commit 5e3236f

Please sign in to comment.