GodotComponentTest/entities/Axe.tscn

21 lines
726 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/Objects/toolAxe.tscn" type="PackedScene" id=1]
[ext_resource path="res://entities/Axe.cs" type="Script" id=2]
[sub_resource type="CylinderShape" id=1]
height = 0.846435
radius = 0.687167
[node name="Axe" type="StaticBody"]
collision_layer = 9
collision_mask = 0
script = ExtResource( 2 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.428358, 0 )
shape = SubResource( 1 )
[node name="toolAxe" parent="." instance=ExtResource( 1 )]
transform = Transform( 0.707107, 0.707107, -3.09086e-08, 4.37114e-08, 1.91069e-15, 1, 0.707107, -0.707107, -3.09086e-08, -0.323064, 0.0760467, 0.348457 )