cheering you on
This commit is contained in:
parent
299dcaf06e
commit
5748d7dcf8
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=52 format=2]
|
||||
[gd_scene load_steps=53 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/backgrounds/factory.png" type="Texture" id=1]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=2]
|
||||
|
@ -42,6 +42,7 @@
|
|||
[ext_resource path="res://objects/enemy/sheriff.tscn" type="PackedScene" id=40]
|
||||
[ext_resource path="res://objects/lore/lab/scope.tscn" type="PackedScene" id=41]
|
||||
[ext_resource path="res://objects/lore/lab/sheriff.tscn" type="PackedScene" id=42]
|
||||
[ext_resource path="res://objects/npc/speccy.tscn" type="PackedScene" id=43]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=9]
|
||||
shader = ExtResource( 13 )
|
||||
|
@ -580,5 +581,12 @@ song_name = "♫Mitten"
|
|||
position = Vector2( 736, 36 )
|
||||
cost = 25
|
||||
|
||||
[node name="Speccy" parent="." instance=ExtResource( 43 )]
|
||||
position = Vector2( 128, 96 )
|
||||
flip = true
|
||||
message = "go_get_em"
|
||||
|
||||
[connection signal="ready" from="Speccy" to="Speccy" method="appear"]
|
||||
|
||||
[editable path="ElectricTiles"]
|
||||
[editable path="ElectricTiles/DeathTile"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue