2025-02-10 06:18:56 +01:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://cm7vfupftbsu8"]
|
2025-02-10 05:24:04 +01:00
|
|
|
|
|
|
|
[ext_resource type="TileSet" uid="uid://coub5ioem1v7o" path="res://Assets/tileset.tres" id="1_0y2ly"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://773fvksy2hdp" path="res://Assets/Editor/voronoi-cube.png" id="2_7oxkx"]
|
|
|
|
[ext_resource type="Shader" path="res://Assets/Editor/Project.gdshader" id="2_e7bie"]
|
|
|
|
|
2025-02-10 06:18:56 +01:00
|
|
|
[sub_resource type="ViewportTexture" id="ViewportTexture_qgw6l"]
|
2025-02-10 05:24:04 +01:00
|
|
|
viewport_path = NodePath("ProjectionViewport")
|
|
|
|
|
2025-02-10 06:18:56 +01:00
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_op0ta"]
|
2025-02-10 05:24:04 +01:00
|
|
|
render_priority = 0
|
|
|
|
shader = ExtResource("2_e7bie")
|
2025-02-10 06:18:56 +01:00
|
|
|
shader_parameter/scale = Vector2(0, 0)
|
|
|
|
shader_parameter/offset = Vector2(0, 0)
|
|
|
|
shader_parameter/tilemap_camera = SubResource("ViewportTexture_qgw6l")
|
2025-02-10 05:24:04 +01:00
|
|
|
|
2025-02-10 06:18:56 +01:00
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_qpep1"]
|
|
|
|
material = SubResource("ShaderMaterial_op0ta")
|
2025-02-10 05:24:04 +01:00
|
|
|
|
2025-02-10 06:18:56 +01:00
|
|
|
[sub_resource type="MeshLibrary" id="MeshLibrary_b7j7j"]
|
2025-02-10 05:24:04 +01:00
|
|
|
item/0/name = "Full Cube"
|
2025-02-10 06:18:56 +01:00
|
|
|
item/0/mesh = SubResource("BoxMesh_qpep1")
|
2025-02-10 05:24:04 +01:00
|
|
|
item/0/mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|
|
|
item/0/shapes = []
|
|
|
|
item/0/navigation_mesh_transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|
|
|
item/0/navigation_layers = 1
|
|
|
|
item/0/preview = ExtResource("2_7oxkx")
|
|
|
|
|
|
|
|
[node name="Template" type="Node2D"]
|
|
|
|
metadata/_edit_lock_ = true
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="NotMinified" type="Node" parent="."]
|
|
|
|
|
|
|
|
[node name="TileMap" type="Node2D" parent="."]
|
|
|
|
metadata/_edit_lock_ = true
|
|
|
|
|
2025-02-10 06:18:56 +01:00
|
|
|
[node name="TileMap Layer 1" type="TileMapLayer" parent="TileMap"]
|
2025-02-10 05:24:04 +01:00
|
|
|
tile_set = ExtResource("1_0y2ly")
|
2025-02-10 06:18:56 +01:00
|
|
|
metadata/_edit_lock_ = true
|
2025-02-10 05:24:04 +01:00
|
|
|
|
|
|
|
[node name="HeightMap" type="GridMap" parent="."]
|
2025-02-10 06:18:56 +01:00
|
|
|
mesh_library = SubResource("MeshLibrary_b7j7j")
|
2025-02-10 05:24:04 +01:00
|
|
|
cell_size = Vector3(1, 1, 1)
|
|
|
|
metadata/_edit_lock_ = true
|
2025-02-10 06:18:56 +01:00
|
|
|
metadata/_editor_floor_ = Vector3(0, 0, 0)
|
2025-02-10 05:24:04 +01:00
|
|
|
|
|
|
|
[node name="ProjectionViewport" type="SubViewport" parent="."]
|
|
|
|
disable_3d = true
|
2025-02-10 06:18:56 +01:00
|
|
|
size = Vector2i(128, 128)
|