diff --git a/autoloads/level_data.tscn b/autoloads/level_data.tscn index 2ebe039..5510407 100644 --- a/autoloads/level_data.tscn +++ b/autoloads/level_data.tscn @@ -103,9 +103,9 @@ times_id = -1 scene = ExtResource( 13 ) [sub_resource type="Resource" id=8] -resource_name = "Police Station" +resource_name = "Dread PD" script = ExtResource( 5 ) -title = "Police Station" +title = "Dread PD" shard_titles = [ "All Cops Are Bastards", "Save Ms.X", "Treacherous Climb", "Dodge the lasers", "5 Rainbow Stars", "Collection Bonus", "Time Bonus", "Life Bonus" ] save_id = "station" boss = false diff --git a/graphics/graffiti/msx.png b/graphics/graffiti/msx.png new file mode 100644 index 0000000..09feec8 Binary files /dev/null and b/graphics/graffiti/msx.png differ diff --git a/graphics/graffiti/msx.png.import b/graphics/graffiti/msx.png.import new file mode 100644 index 0000000..11d8249 --- /dev/null +++ b/graphics/graffiti/msx.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/msx.png-fc3732e94e0f166c8564dc22b79e239c.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/graffitti/msx.png" +dest_files=[ "res://.import/msx.png-fc3732e94e0f166c8564dc22b79e239c.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/graphics/graffiti/msx_was_here.png b/graphics/graffiti/msx_was_here.png new file mode 100644 index 0000000..2554723 Binary files /dev/null and b/graphics/graffiti/msx_was_here.png differ diff --git a/graphics/graffiti/msx_was_here.png.import b/graphics/graffiti/msx_was_here.png.import new file mode 100644 index 0000000..a67faa7 --- /dev/null +++ b/graphics/graffiti/msx_was_here.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/msx_was_here.png-5724e50feb132ad9a24ecaa4149fbc25.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" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/graphics/graffiti/tgirls_rule.png b/graphics/graffiti/tgirls_rule.png new file mode 100644 index 0000000..23cd428 Binary files /dev/null and b/graphics/graffiti/tgirls_rule.png differ diff --git a/graphics/graffiti/tgirls_rule.png.import b/graphics/graffiti/tgirls_rule.png.import new file mode 100644 index 0000000..02bbae0 --- /dev/null +++ b/graphics/graffiti/tgirls_rule.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/tgirls_rule.png-91a2aa0356a75dee636178a8e022aabd.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://graphics/graffitti/tgirls_rule.png" +dest_files=[ "res://.import/tgirls_rule.png-91a2aa0356a75dee636178a8e022aabd.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/maps/graffiti.gd b/maps/graffiti.gd new file mode 100644 index 0000000..6bbcbd6 --- /dev/null +++ b/maps/graffiti.gd @@ -0,0 +1,7 @@ +extends Node2D + +func _ready(): + var save = Save.current_file + var id = LevelData.levels[Game.current_level].save_id + if !save.levels[id].shards_collected[1]: + visible = false