Added new map icon
This commit is contained in:
parent
356b163e58
commit
e52db67b32
3 changed files with 4 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 122 KiB |
|
@ -184,8 +184,8 @@ horizontal_alignment = 1
|
|||
|
||||
[node name="Toyland" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(407.781, 329.219)
|
||||
scale = Vector2(0.364432, 0.364432)
|
||||
position = Vector2(407.556, 329)
|
||||
scale = Vector2(0.653595, 0.653595)
|
||||
texture = ExtResource("3_rgmyq")
|
||||
|
||||
[connection signal="pressed" from="close" to="." method="_on_close_pressed"]
|
||||
|
|
|
@ -33,12 +33,12 @@ show_behind_parent = true
|
|||
|
||||
[node name="toyland" parent="." instance=ExtResource("3_uudje")]
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
[node name="skylight" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 139.001, -224.582)
|
||||
light_energy = 100.0
|
||||
omni_range = 200.0
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="."]
|
||||
[node name="skylight2" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -199.262, 139.001, 8.6736)
|
||||
light_energy = 100.0
|
||||
omni_range = 200.0
|
||||
|
|
Loading…
Reference in a new issue