initial commit
This commit is contained in:
commit
79951d8075
22 changed files with 729 additions and 0 deletions
22
gears/ball.tscn
Normal file
22
gears/ball.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://c117buhmmkvkt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://s3273etto01h" path="res://gears/ball.gd" id="1_1ps3n"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1ps3n"]
|
||||
albedo_color = Color(1, 0.5647059, 0.5647059, 1)
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_g55y5"]
|
||||
material = SubResource("StandardMaterial3D_1ps3n")
|
||||
|
||||
[node name="Gear" type="Node3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, -0.012967386, 0.9999159, 0, -0.9999159, -0.012967386, 0, 0, 0)
|
||||
rotation_edit_mode = 2
|
||||
script = ExtResource("1_1ps3n")
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="GearMesh" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("SphereMesh_g55y5")
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue