mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 17:15:53 +00:00
Mapping
This commit is contained in:
parent
b5315904f4
commit
2ec5671bc2
7 changed files with 142 additions and 22 deletions
|
|
@ -1145,15 +1145,13 @@ stretch_mode = 5
|
|||
|
||||
[node name="l1_forest" type="TextureRect" parent="MarginContainer/ImagesContainer/Intro1"]
|
||||
layout_mode = 0
|
||||
offset_left = -6.23507
|
||||
offset_right = 249.765
|
||||
offset_right = 256.0
|
||||
offset_bottom = 100.0
|
||||
texture = ExtResource("20_jmnog")
|
||||
|
||||
[node name="l2_forest" type="TextureRect" parent="MarginContainer/ImagesContainer/Intro1"]
|
||||
layout_mode = 0
|
||||
offset_left = -16.1923
|
||||
offset_right = 239.808
|
||||
offset_right = 256.0
|
||||
offset_bottom = 100.0
|
||||
texture = ExtResource("21_kvayf")
|
||||
|
||||
|
|
@ -1260,6 +1258,7 @@ texture = ExtResource("31_mqbwl")
|
|||
stretch_mode = 5
|
||||
|
||||
[node name="Intro7" type="TextureRect" parent="MarginContainer/ImagesContainer"]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("35_gbvvb")
|
||||
stretch_mode = 5
|
||||
|
|
@ -1283,6 +1282,7 @@ offset_bottom = 40.0
|
|||
texture = ExtResource("38_kkn1r")
|
||||
|
||||
[node name="Intro8" type="TextureRect" parent="MarginContainer/ImagesContainer"]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("39_4d10p")
|
||||
stretch_mode = 5
|
||||
|
|
@ -1436,7 +1436,6 @@ texture = ExtResource("16_augg6")
|
|||
stretch_mode = 5
|
||||
|
||||
[node name="CRT" type="TextureRect" parent="MarginContainer"]
|
||||
visible = false
|
||||
material = SubResource("ShaderMaterial_mf5e4")
|
||||
layout_mode = 2
|
||||
texture = SubResource("GradientTexture2D_bnr5y")
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
95
Scenes/Maps/Level4.tscn
Normal file
95
Scenes/Maps/Level4.tscn
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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