mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-01 11:18:16 +00:00
20 lines
684 B
Text
20 lines
684 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://tiles_hex/hex_forest.obj" type="ArrayMesh" id=1]
|
|
[ext_resource path="res://tiles_hex/hex_water.obj" type="ArrayMesh" id=2]
|
|
[ext_resource path="res://tiles_hex/hex_sand.obj" type="ArrayMesh" id=3]
|
|
[ext_resource path="res://tiles_hex/hex_rock.obj" type="ArrayMesh" id=4]
|
|
|
|
[node name="Tiles" type="Spatial"]
|
|
|
|
[node name="hex_forest" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 1 )
|
|
|
|
[node name="hex_rock" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
|
|
[node name="hex_sand" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 3 )
|
|
|
|
[node name="hex_water" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 2 )
|