mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 00:43:46 +00:00
Tweaks
This commit is contained in:
parent
37ecce8279
commit
d07fe420dd
6 changed files with 35 additions and 11 deletions
|
|
@ -450,7 +450,7 @@ SpawnMarkers = Dictionary[int, NodePath]({
|
|||
255: NodePath("Factory Tilemaps/Debug Room/DebugRoomStartPosition")
|
||||
})
|
||||
WeaponTemplate = ExtResource("3_2wlhc")
|
||||
StartingEquipment = Array[ExtResource("6_8tdlb")]([ExtResource("4_swym2"), ExtResource("5_nqier")])
|
||||
StartingEquipment = [ExtResource("4_swym2"), ExtResource("5_nqier")]
|
||||
MapStartData = SubResource("Resource_6sau4")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
|
|
@ -908,9 +908,8 @@ metadata/_edit_group_ = true
|
|||
visible = false
|
||||
_trackName = "computer1"
|
||||
|
||||
[node name="Computer2" parent="Factory Tilemaps/LevelProps" node_paths=PackedStringArray("Target", "Targets") instance=ExtResource("31_243ec")]
|
||||
[node name="Computer2" parent="Factory Tilemaps/LevelProps" node_paths=PackedStringArray("Targets") instance=ExtResource("31_243ec")]
|
||||
position = Vector2(-1464, -276)
|
||||
Target = NodePath("")
|
||||
Targets = [NodePath("Script2")]
|
||||
|
||||
[node name="Script2" type="Node2D" parent="Factory Tilemaps/LevelProps/Computer2"]
|
||||
|
|
@ -1081,6 +1080,12 @@ position = Vector2(-1131, -398)
|
|||
[node name="FairyGuard3" parent="Factory Tilemaps/LevelProps/ServerRoom" instance=ExtResource("73_cfpaq")]
|
||||
position = Vector2(-1067, -363)
|
||||
|
||||
[node name="HealthStation" parent="Factory Tilemaps/LevelProps" instance=ExtResource("38_kuhg5")]
|
||||
position = Vector2(-654, -136)
|
||||
|
||||
[node name="Ammo1" parent="Factory Tilemaps" instance=ExtResource("34_17pjh")]
|
||||
position = Vector2(-872, -220)
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
process_mode = 1
|
||||
script = ExtResource("6_t8ide")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue