mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2024-11-18 12:57:21 +01:00
Switch back to the old test terrain.
This commit is contained in:
parent
d3d3609660
commit
8047008767
@ -2,11 +2,11 @@
|
||||
|
||||
[ext_resource path="res://scenes/World.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://modules/planets/TileMap64x32.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://tilesets/Terrain.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="World" type="Node2D" groups=["save"]]
|
||||
scale = Vector2( 1, 0.706 )
|
||||
script = ExtResource( 1 )
|
||||
world_layer = ExtResource( 2 )
|
||||
|
||||
[node name="TileMap" parent="." instance=ExtResource( 3 )]
|
||||
[node name="Terrain" parent="." instance=ExtResource( 3 )]
|
||||
|
Loading…
Reference in New Issue
Block a user