mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 16:03:46 +00:00
Pause support for maps
This commit is contained in:
parent
7b8c75ea0f
commit
f684117e94
6 changed files with 77 additions and 57 deletions
|
|
@ -109,6 +109,7 @@ script = ExtResource("24_jwvxm")
|
|||
WaitForCompletion = true
|
||||
|
||||
[node name="GameScene" type="Node2D"]
|
||||
process_mode = 3
|
||||
script = ExtResource("1_qxyfr")
|
||||
PlayerTemplate = ExtResource("2_nth0h")
|
||||
SpawnMarkers = {
|
||||
|
|
@ -118,6 +119,7 @@ WeaponTemplate = ExtResource("3_auj7t")
|
|||
MapStartData = SubResource("Resource_6wo78")
|
||||
|
||||
[node name="Parallax2D" type="Parallax2D" parent="."]
|
||||
process_mode = 1
|
||||
|
||||
[node name="Tilemaps" type="Node2D" parent="Parallax2D"]
|
||||
|
||||
|
|
@ -247,6 +249,7 @@ LevelPath = "res://Scenes/test.tscn"
|
|||
IsEnabled = true
|
||||
|
||||
[node name="Parallax2D2" type="Parallax2D" parent="."]
|
||||
process_mode = 1
|
||||
scroll_scale = Vector2(0.8, 0.8)
|
||||
scroll_offset = Vector2(0.4, 0.4)
|
||||
metadata/_edit_lock_ = true
|
||||
|
|
@ -258,6 +261,7 @@ tile_set = ExtResource("5_2m462")
|
|||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Parallax2D3" type="Parallax2D" parent="."]
|
||||
process_mode = 1
|
||||
scroll_scale = Vector2(0.1, 0.1)
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
|
|
@ -268,6 +272,7 @@ tile_set = ExtResource("5_2m462")
|
|||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
process_mode = 1
|
||||
script = ExtResource("7_0md5g")
|
||||
pixel_snap = false
|
||||
|
||||
|
|
@ -279,6 +284,7 @@ offset_right = 124.0
|
|||
offset_bottom = 44.0
|
||||
|
||||
[node name="InventoryManager" type="Node2D" parent="."]
|
||||
process_mode = 3
|
||||
script = ExtResource("8_qon0r")
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource("9_5i7tl")]
|
||||
|
|
@ -291,4 +297,5 @@ script = ExtResource("10_kpjh7")
|
|||
position = Vector2(128, 361)
|
||||
|
||||
[node name="AlarmManager" type="Node2D" parent="."]
|
||||
process_mode = 1
|
||||
script = ExtResource("11_htvvb")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue