diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
commit | eb31cb90e32ef15d7c76d526db4f057e82448b58 (patch) | |
tree | 3f6cdbbef12356f83ab0630b798eff4db246c81f /ship/staircase_1/staircase.tres | |
parent | bdf007968b86af4fbfc908251ea078158fe07d6f (diff) | |
download | godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.tar.gz godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.zip |
Housekeeping for all the new stuff that diverged from the reorganization
Diffstat (limited to 'ship/staircase_1/staircase.tres')
-rw-r--r-- | ship/staircase_1/staircase.tres | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ship/staircase_1/staircase.tres b/ship/staircase_1/staircase.tres index be9383e..66f7596 100644 --- a/ship/staircase_1/staircase.tres +++ b/ship/staircase_1/staircase.tres @@ -1,8 +1,8 @@ [gd_resource type="SpatialMaterial" load_steps=4 format=2] -[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_roughness.png" type="Texture" id=1] -[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_albedo.png" type="Texture" id=2] -[ext_resource path="res://maps/main_stage/assets/staircase_1/staircase_normal.png" type="Texture" id=3] +[ext_resource path="res://ship/staircase_1/staircase_roughness.png" type="Texture" id=1] +[ext_resource path="res://ship/staircase_1/staircase_albedo.png" type="Texture" id=2] +[ext_resource path="res://ship/staircase_1/staircase_normal.png" type="Texture" id=3] [resource] albedo_texture = ExtResource( 2 ) |