first commit

This commit is contained in:
Nikolai Fesenko
2025-08-28 19:16:51 +02:00
commit ad86d7e7a1
43 changed files with 2033 additions and 0 deletions

10
Scenes/bullet.tscn Normal file
View File

@@ -0,0 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://j06vthscroca"]
[ext_resource type="PackedScene" uid="uid://bm80w1xsgge1i" path="res://Blends/Bullet/bullet.gltf" id="1_xjght"]
[ext_resource type="Script" uid="uid://bckkey7836cjp" path="res://Scripts/bullet.gd" id="2_oduel"]
[node name="bullet" instance=ExtResource("1_xjght")]
script = ExtResource("2_oduel")
[node name="Cylinder" parent="." index="0"]
transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0, 0, 0)