mirror of
https://codeberg.org/ProgramSnail/konkr_game_3d.git
synced 2026-01-01 11:18:16 +00:00
87 lines
2.4 KiB
Text
87 lines
2.4 KiB
Text
[gd_scene load_steps=13 format=2]
|
|
|
|
[ext_resource path="res://tiles_hex/hex_forest.obj" type="ArrayMesh" id=4]
|
|
|
|
[sub_resource type="SpatialMaterial" id=2]
|
|
albedo_color = Color( 0, 0, 0, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
albedo_color = Color( 0.243137, 0.745098, 0.27451, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=3]
|
|
albedo_color = Color( 0.827451, 0.129412, 0.129412, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=4]
|
|
albedo_color = Color( 0.611765, 0.266667, 0.768627, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=5]
|
|
albedo_color = Color( 0.217, 0.6517, 0.7, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=6]
|
|
albedo_color = Color( 0.737255, 0.74902, 0.203922, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=11]
|
|
albedo_color = Color( 0.48, 1.5, 0.54, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=10]
|
|
albedo_color = Color( 3.32, 0.52, 0.52, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=9]
|
|
albedo_color = Color( 1.22, 0.54, 1.54, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=8]
|
|
albedo_color = Color( 0.44, 1.3, 1.4, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=7]
|
|
albedo_color = Color( 1.48, 1.5, 0.4, 1 )
|
|
|
|
[node name="Tiles" type="Spatial"]
|
|
|
|
[node name="nothing" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 2 )
|
|
|
|
[node name="green" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 1 )
|
|
|
|
[node name="red" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 3 )
|
|
|
|
[node name="purple" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 4 )
|
|
|
|
[node name="blue" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 5 )
|
|
|
|
[node name="yellow" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
material/0 = SubResource( 6 )
|
|
|
|
[node name="green_active" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
skeleton = NodePath("../red")
|
|
material/0 = SubResource( 11 )
|
|
|
|
[node name="red_active" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
skeleton = NodePath("../red")
|
|
material/0 = SubResource( 10 )
|
|
|
|
[node name="purple_active" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
skeleton = NodePath("../red")
|
|
material/0 = SubResource( 9 )
|
|
|
|
[node name="blue_active" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
skeleton = NodePath("../red")
|
|
material/0 = SubResource( 8 )
|
|
|
|
[node name="yellow_active" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 4 )
|
|
skeleton = NodePath("../red")
|
|
material/0 = SubResource( 7 )
|