This commit is contained in:
douwe
2025-08-27 15:45:27 +02:00
parent 50cb7f76e1
commit 6051b289ac
977 changed files with 572483 additions and 14 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf

14
.gitignore vendored
View File

@@ -1,16 +1,2 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
.nomedia
# Godot-specific ignores
.import/
export.cfg
export_credentials.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

View File

@@ -0,0 +1,9 @@
[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

@@ -0,0 +1,9 @@
[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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

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