update obstacle NPCs (Cirno + Sanae)
This commit is contained in:
parent
aa5abc16b5
commit
81009436c0
15 changed files with 188 additions and 82 deletions
|
@ -5,7 +5,7 @@
|
|||
[ext_resource path="res://Tile Sets/SnowySlopesExtra.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://Graphics/Animations/Background.tres" type="Texture" id=4]
|
||||
[ext_resource path="res://Scripts/GameScene.gd" type="Script" id=5]
|
||||
[ext_resource path="res://Units/DownhillAutoscrollerRival.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://Units/DownhillAutoscrollerRivalMystia.tscn" type="PackedScene" id=6]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
resource_name = "PitTransition"
|
||||
|
@ -61,9 +61,9 @@ __meta__ = {
|
|||
tile_set_name = "SnowySlopes"
|
||||
camera_h_offset = 2.5
|
||||
spawning = {
|
||||
Vector2( 45, -6 ): "NPC",
|
||||
Vector2( 80, -7 ): "NPC",
|
||||
Vector2( 218, -29 ): "NPC"
|
||||
Vector2( 45, -6 ): "CIRNO",
|
||||
Vector2( 80, -7 ): "SANAE",
|
||||
Vector2( 218, -29 ): "CIRNO"
|
||||
}
|
||||
|
||||
[node name="CanvasLayerBG" type="CanvasLayer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue