Rename springboard to springboard_constructed

This commit is contained in:
blujai831 2025-04-04 11:15:29 -07:00
parent c08ad25dd3
commit 2de09b54a1
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
4 changed files with 7 additions and 7 deletions

View File

@ -4,12 +4,12 @@ importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cgy5hielkuss7"
path="res://.godot/imported/springboard.blend-acacfa8456b72ac481630e2f401f5645.scn"
path="res://.godot/imported/springboard_constructed.blend-e3b76362e58b2d7e42171b6f75aee136.scn"
[deps]
source_file="res://models/props/springboard.blend"
dest_files=["res://.godot/imported/springboard.blend-acacfa8456b72ac481630e2f401f5645.scn"]
source_file="res://models/props/springboard_constructed.blend"
dest_files=["res://.godot/imported/springboard_constructed.blend-e3b76362e58b2d7e42171b6f75aee136.scn"]
[params]

View File

@ -1,13 +1,13 @@
[gd_scene load_steps=5 format=3 uid="uid://b7mqd4ps8e3uj"]
[ext_resource type="Script" uid="uid://dnjxujqbouc5j" path="res://props/springboard.gd" id="1_67v3t"]
[ext_resource type="PackedScene" uid="uid://cgy5hielkuss7" path="res://models/props/springboard.blend" id="2_jhsy2"]
[ext_resource type="PackedScene" uid="uid://cgy5hielkuss7" path="res://models/props/springboard_constructed.blend" id="2_jhsy2"]
[ext_resource type="AudioStream" uid="uid://dujgina4at6ef" path="res://audio/springboard.ogg" id="3_jhsy2"]
[sub_resource type="BoxShape3D" id="BoxShape3D_i42dn"]
size = Vector3(0.5, 0.4, 0.5)
[node name="Springboard" type="Area3D" node_paths=PackedStringArray("audio_player")]
[node name="SpringboardConstructed" type="Area3D" node_paths=PackedStringArray("audio_player")]
script = ExtResource("1_67v3t")
audio_player = NodePath("AudioStreamPlayer3D")

View File

@ -4,8 +4,8 @@
[ext_resource type="Texture2D" uid="uid://b334g66yuhwtv" path="res://vfx/textures/skybox1.png" id="2_p5rwy"]
[ext_resource type="PackedScene" uid="uid://cp3qagrsuarl5" path="res://test/blender_test_map.blend" id="2_vhybo"]
[ext_resource type="PackedScene" uid="uid://gis0gxap8i8t" path="res://test/test_stick.tscn" id="3_sj3fr"]
[ext_resource type="Material" uid="uid://ge8qxv7h7wl3" path="res://maps/textures/crystal4.tres" id="4_p5rwy"]
[ext_resource type="PackedScene" uid="uid://b7mqd4ps8e3uj" path="res://props/springboard.tscn" id="8_p5rwy"]
[ext_resource type="Material" uid="uid://d31ewanq2qup5" path="res://maps/textures/metal6.tres" id="4_p5rwy"]
[ext_resource type="PackedScene" uid="uid://b7mqd4ps8e3uj" path="res://props/springboard_constructed.tscn" id="8_p5rwy"]
[ext_resource type="Script" uid="uid://16os114krms3" path="res://characters/controllers/player_character_controller.gd" id="9_j70wf"]
[ext_resource type="Script" uid="uid://dotkfe7cs5010" path="res://test/pick_up_item.gd" id="10_ld4ib"]