graffiti!
This commit is contained in:
parent
26d5806061
commit
892d3c7f2c
8 changed files with 114 additions and 2 deletions
|
@ -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
BIN
graphics/graffiti/msx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 B |
35
graphics/graffiti/msx.png.import
Normal file
35
graphics/graffiti/msx.png.import
Normal 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
|
BIN
graphics/graffiti/msx_was_here.png
Normal file
BIN
graphics/graffiti/msx_was_here.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 B |
35
graphics/graffiti/msx_was_here.png.import
Normal file
35
graphics/graffiti/msx_was_here.png.import
Normal 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
|
BIN
graphics/graffiti/tgirls_rule.png
Normal file
BIN
graphics/graffiti/tgirls_rule.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 B |
35
graphics/graffiti/tgirls_rule.png.import
Normal file
35
graphics/graffiti/tgirls_rule.png.import
Normal 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
7
maps/graffiti.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue