graffiti!

This commit is contained in:
pennyrigate 2023-10-24 23:24:20 -04:00
parent 26d5806061
commit 892d3c7f2c
8 changed files with 114 additions and 2 deletions

View file

@ -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

BIN
graphics/graffiti/msx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

View file

@ -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

7
maps/graffiti.gd Normal file
View file

@ -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