initial
This commit is contained in:
commit
3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions
24
Scene/tile.tscn
Executable file
24
Scene/tile.tscn
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene format=3 uid="uid://btmuoxdocev5r"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ej6fiekgeewv" path="res://Scene/tile.gd" id="1_gcyve"]
|
||||
[ext_resource type="BoxMesh" uid="uid://bpyroara4w7ea" path="res://Models/box_mesh.tres" id="2_gdj8f"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_gdj8f"]
|
||||
size = Vector3(2, 2, 2)
|
||||
|
||||
[node name="Tile" type="Node3D" unique_id=1553616659]
|
||||
script = ExtResource("1_gcyve")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1718877635]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
|
||||
mesh = ExtResource("2_gdj8f")
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="." unique_id=846612717]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" unique_id=1365724040]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
|
||||
shape = SubResource("BoxShape3D_gdj8f")
|
||||
|
||||
[connection signal="input_event" from="Area3D" to="." method="_on_area_3d_input_event"]
|
||||
[connection signal="mouse_entered" from="Area3D" to="." method="_on_area_3d_mouse_entered"]
|
||||
[connection signal="mouse_exited" from="Area3D" to="." method="_on_area_3d_mouse_exited"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue