Initial commit

This commit is contained in:
AXOLOTsh
2026-03-01 08:32:24 +03:00
commit 80e7624617
44 changed files with 2351 additions and 0 deletions

22
scenes/objects/Cube.tscn Normal file
View File

@@ -0,0 +1,22 @@
[gd_scene format=3 uid="uid://b58fh1sxljslo"]
[ext_resource type="Texture2D" uid="uid://cl65sdce7cjce" path="res://assets/textures/debug/32.png" id="1_1r700"]
[sub_resource type="BoxShape3D" id="BoxShape3D_odh56"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dtkl6"]
albedo_texture = ExtResource("1_1r700")
uv1_triplanar = true
texture_filter = 0
[sub_resource type="BoxMesh" id="BoxMesh_5l2nu"]
[node name="Cube" type="StaticBody3D" unique_id=719944821]
metadata/_edit_group_ = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=98294870]
shape = SubResource("BoxShape3D_odh56")
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=259688884]
material_override = SubResource("StandardMaterial3D_dtkl6")
mesh = SubResource("BoxMesh_5l2nu")