mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 22:05:53 +00:00
Mapping
This commit is contained in:
parent
b5315904f4
commit
2ec5671bc2
7 changed files with 142 additions and 22 deletions
|
|
@ -272,6 +272,15 @@ position = Vector2(135, 423)
|
|||
LevelPath = "res://Scenes/test.tscn"
|
||||
IsEnabled = true
|
||||
|
||||
[node name="IcicleRepeater" parent="Parallax2D/Tilemaps" instance=ExtResource("32_covcf")]
|
||||
position = Vector2(648, -41)
|
||||
|
||||
[node name="Ammo1" parent="Parallax2D/Tilemaps" instance=ExtResource("33_0xhda")]
|
||||
position = Vector2(648, -61)
|
||||
|
||||
[node name="Ammo2" parent="Parallax2D/Tilemaps" instance=ExtResource("33_0xhda")]
|
||||
position = Vector2(648, -18)
|
||||
|
||||
[node name="Parallax2D2" type="Parallax2D" parent="."]
|
||||
process_mode = 1
|
||||
scroll_scale = Vector2(0.8, 0.8)
|
||||
|
|
@ -326,12 +335,3 @@ position = Vector2(589, -11)
|
|||
[node name="AlarmManager" type="Node2D" parent="."]
|
||||
process_mode = 1
|
||||
script = ExtResource("11_htvvb")
|
||||
|
||||
[node name="IcicleRepeater" parent="." instance=ExtResource("32_covcf")]
|
||||
position = Vector2(648, -41)
|
||||
|
||||
[node name="Ammo1" parent="." instance=ExtResource("33_0xhda")]
|
||||
position = Vector2(648, -61)
|
||||
|
||||
[node name="Ammo2" parent="." instance=ExtResource("33_0xhda")]
|
||||
position = Vector2(648, -18)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue