new repo who this
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
[gd_scene format=3 uid="uid://du8xh1wi5fo4m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://nrndrencrvi4" path="res://tile.gd" id="1_n3f48"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_n3f48"]
|
||||
resource_local_to_scene = true
|
||||
transparency = 1
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 1, 1, 0.95000005)
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_grrij"]
|
||||
material = SubResource("StandardMaterial3D_n3f48")
|
||||
size = Vector2(1.6, 0.9)
|
||||
orientation = 2
|
||||
|
||||
[sub_resource type="Animation" id="Animation_yhqha"]
|
||||
length = 3.1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:position")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath(".:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_n3f48"]
|
||||
resource_name = "flying"
|
||||
length = 3.2
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1.6, 3.2),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(3, 3, 3), Vector3(3.3, 3.3, 3.3), Vector3(2.85, 2.85, 2.85)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath(".:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 1.6, 3.2),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0), Vector3(0.1, 0.45, 0), Vector3(0, 0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vx4y2"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_yhqha"),
|
||||
&"flying": SubResource("Animation_n3f48")
|
||||
}
|
||||
|
||||
[node name="Node3D" type="Node3D" unique_id=1006462724]
|
||||
script = ExtResource("1_n3f48")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1228106498]
|
||||
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
|
||||
layers = 16385
|
||||
mesh = SubResource("PlaneMesh_grrij")
|
||||
|
||||
[node name="AnimationPlayer2" type="AnimationPlayer" parent="." unique_id=659503416]
|
||||
root_node = NodePath("../MeshInstance3D")
|
||||
libraries/ = SubResource("AnimationLibrary_vx4y2")
|
||||
Reference in New Issue
Block a user