configured voxel system.

This commit is contained in:
douwe
2025-08-27 16:48:59 +02:00
parent 6051b289ac
commit 5dd9a0f252
979 changed files with 110 additions and 572280 deletions

BIN
.build/Cobor.pck Normal file

Binary file not shown.

4
.build/Cobor.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo -ne '\033c\033]0;Cobor\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/Cobor.x86_64" "$@"

BIN
.build/Cobor.x86_64 Executable file

Binary file not shown.

16
BlockLibrary.tres Normal file
View File

@@ -0,0 +1,16 @@
[gd_resource type="VoxelBlockyLibrary" load_steps=4 format=3 uid="uid://bsue4rd3wdfsl"]
[ext_resource type="Material" uid="uid://de6s8en5fcyyw" path="res://BlockMaterial.tres" id="1_evy8o"]
[sub_resource type="VoxelBlockyModelEmpty" id="VoxelBlockyModelEmpty_o5qli"]
[sub_resource type="VoxelBlockyModelCube" id="VoxelBlockyModelCube_0wfyh"]
material_override_0 = ExtResource("1_evy8o")
tile_left = Vector2i(0, 1)
tile_right = Vector2i(0, 1)
tile_bottom = Vector2i(1, 0)
tile_back = Vector2i(0, 1)
tile_front = Vector2i(0, 1)
[resource]
models = Array[VoxelBlockyModel]([SubResource("VoxelBlockyModelEmpty_o5qli"), SubResource("VoxelBlockyModelCube_0wfyh")])

7
BlockMaterial.tres Normal file
View File

@@ -0,0 +1,7 @@
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://de6s8en5fcyyw"]
[ext_resource type="Texture2D" uid="uid://bcctuptks33yd" path="res://blocky_game_atlas.webp" id="1_nmlo6"]
[resource]
albedo_texture = ExtResource("1_nmlo6")
texture_filter = 0

View File

@@ -1,9 +0,0 @@
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://bjhmsb2sk0uvt"]
[ext_resource type="Texture2D" uid="uid://ciu1xko5gwbox" path="res://assets/polygon_prototype/textures/PolygonPrototype_Texture_01.png" id="1_xc76s"]
[ext_resource type="Texture2D" uid="uid://cnfxrrqi0td6t" path="res://assets/polygon_prototype/textures/PolygonPrototype_Texture_01_Emission.png" id="2_mewrv"]
[resource]
albedo_texture = ExtResource("1_xc76s")
emission_enabled = true
emission_texture = ExtResource("2_mewrv")

View File

@@ -1,9 +0,0 @@
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://d0j8ohshig3ev"]
[ext_resource type="Texture2D" uid="uid://dacl4gvps6dww" path="res://assets/polygon_prototype/textures/PolygonPrototype_Texture_Grid_02.png" id="1_c361a"]
[ext_resource type="Texture2D" uid="uid://cnfxrrqi0td6t" path="res://assets/polygon_prototype/textures/PolygonPrototype_Texture_01_Emission.png" id="2_3xeey"]
[resource]
albedo_texture = ExtResource("1_c361a")
emission_texture = ExtResource("2_3xeey")
uv1_triplanar = true

Some files were not shown because too many files have changed in this diff Show More