From cb2c2991d545d107c34bbcd7cb44856f139f20cd Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Wed, 25 Oct 2023 13:44:21 -0400 Subject: [PATCH] fix broken renames.. --- graphics/graffiti/msx.png.import | 6 +++--- graphics/graffiti/msx_was_here.png.import | 6 +++--- graphics/graffiti/tgirls_rule.png.import | 6 +++--- maps/station.tscn | 6 +++--- objects/lore/cave/{Shedge.tscn => shedge.tscn} | 0 5 files changed, 12 insertions(+), 12 deletions(-) rename objects/lore/cave/{Shedge.tscn => shedge.tscn} (100%) diff --git a/graphics/graffiti/msx.png.import b/graphics/graffiti/msx.png.import index 11d8249..1128f0a 100644 --- a/graphics/graffiti/msx.png.import +++ b/graphics/graffiti/msx.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/msx.png-fc3732e94e0f166c8564dc22b79e239c.stex" +path="res://.import/msx.png-048931302361c46e2dea865ea468e7ee.stex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/graffitti/msx.png" -dest_files=[ "res://.import/msx.png-fc3732e94e0f166c8564dc22b79e239c.stex" ] +source_file="res://graphics/graffiti/msx.png" +dest_files=[ "res://.import/msx.png-048931302361c46e2dea865ea468e7ee.stex" ] [params] diff --git a/graphics/graffiti/msx_was_here.png.import b/graphics/graffiti/msx_was_here.png.import index a67faa7..ad73f48 100644 --- a/graphics/graffiti/msx_was_here.png.import +++ b/graphics/graffiti/msx_was_here.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/msx_was_here.png-5724e50feb132ad9a24ecaa4149fbc25.stex" +path="res://.import/msx_was_here.png-32f1e7652867d3f31f30cfec2a95d8c1.stex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/graffitti/msx_was_here.png" -dest_files=[ "res://.import/msx_was_here.png-5724e50feb132ad9a24ecaa4149fbc25.stex" ] +source_file="res://graphics/graffiti/msx_was_here.png" +dest_files=[ "res://.import/msx_was_here.png-32f1e7652867d3f31f30cfec2a95d8c1.stex" ] [params] diff --git a/graphics/graffiti/tgirls_rule.png.import b/graphics/graffiti/tgirls_rule.png.import index 02bbae0..f7facc3 100644 --- a/graphics/graffiti/tgirls_rule.png.import +++ b/graphics/graffiti/tgirls_rule.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/tgirls_rule.png-91a2aa0356a75dee636178a8e022aabd.stex" +path="res://.import/tgirls_rule.png-950e00f23b61559d8aebd3aad7c0ee33.stex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/graffitti/tgirls_rule.png" -dest_files=[ "res://.import/tgirls_rule.png-91a2aa0356a75dee636178a8e022aabd.stex" ] +source_file="res://graphics/graffiti/tgirls_rule.png" +dest_files=[ "res://.import/tgirls_rule.png-950e00f23b61559d8aebd3aad7c0ee33.stex" ] [params] diff --git a/maps/station.tscn b/maps/station.tscn index 5941269..0da8f76 100644 --- a/maps/station.tscn +++ b/maps/station.tscn @@ -25,9 +25,9 @@ [ext_resource path="res://objects/environment/barrier/barrier.tscn" type="PackedScene" id=23] [ext_resource path="res://maps/graffiti.gd" type="Script" id=24] [ext_resource path="res://objects/lore/station/msx.tscn" type="PackedScene" id=25] -[ext_resource path="res://graphics/graffitti/tgirls_rule.png" type="Texture" id=26] -[ext_resource path="res://graphics/graffitti/msx.png" type="Texture" id=27] -[ext_resource path="res://graphics/graffitti/msx_was_here.png" type="Texture" id=28] +[ext_resource path="res://graphics/graffiti/tgirls_rule.png" type="Texture" id=26] +[ext_resource path="res://graphics/graffiti/msx.png" type="Texture" id=27] +[ext_resource path="res://graphics/graffiti/msx_was_here.png" type="Texture" id=28] [ext_resource path="res://objects/lore/station/famicop.tscn" type="PackedScene" id=29] [ext_resource path="res://objects/lore/station/dread_pd.tscn" type="PackedScene" id=30] diff --git a/objects/lore/cave/Shedge.tscn b/objects/lore/cave/shedge.tscn similarity index 100% rename from objects/lore/cave/Shedge.tscn rename to objects/lore/cave/shedge.tscn