5354d8b30f
- Added tekton_fishing_autoplay.gd: plays both GLB animations simultaneously, looped - Attached autoplay script to 3 fishing tekton instances in freemode.tscn - Fixed static tekton throw: faces throw direction + plays throw animation - Fixed AnimationPlayer path in tekton.gd for static turrets - Fixed animation names (tekton_throw_tile -> ted_bones_001|Tekton Throwing Tiles|Anima_Layer) - Fixed static_tekton_controller.gd idle resume - Rebuilt animation-pack.res with new animations (holding_1, put_1, stun_1, etc.) - Fixed GutBottomPanel.tscn broken UID
56 lines
2.9 KiB
Plaintext
56 lines
2.9 KiB
Plaintext
[gd_scene format=3 uid="uid://nwpaqt6drdkr"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b1l0x4yf3lbx8" path="res://assets/models/arena/free_mode/Terrainv2.gltf" id="1_37t6b"]
|
|
[ext_resource type="Material" uid="uid://xifgjdr8285d" path="res://assets/models/arena/free_mode/water_shader.tres" id="2_bw67x"]
|
|
[ext_resource type="Texture2D" uid="uid://dep1ng3aqb2jw" path="res://assets/models/arena/free_mode/sky_sea_01.png" id="3_8esiu"]
|
|
[ext_resource type="PackedScene" uid="uid://cuporokvsp4ml" path="res://assets/characters/tektons/tekton_fishing_animation.glb" id="4_xj13a"]
|
|
[ext_resource type="Script" path="res://scripts/tekton_fishing_autoplay.gd" id="5_fish"]
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_8esiu"]
|
|
material = ExtResource("2_bw67x")
|
|
|
|
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_xj13a"]
|
|
panorama = ExtResource("3_8esiu")
|
|
|
|
[sub_resource type="Sky" id="Sky_p4wg4"]
|
|
sky_material = SubResource("PanoramaSkyMaterial_xj13a")
|
|
|
|
[sub_resource type="Environment" id="Environment_8v6kw"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_p4wg4")
|
|
ambient_light_source = 3
|
|
ambient_light_color = Color(1, 1, 1, 1)
|
|
ambient_light_sky_contribution = 0.5
|
|
reflected_light_source = 2
|
|
|
|
[node name="Freemode" type="Node3D" unique_id=355029811]
|
|
transform = Transform3D(100, 0, 0, 0, 100, 0, 0, 0, 100, 10.565, -0.57, 8.139)
|
|
|
|
[node name="Terrainv2" parent="." unique_id=1519605696 instance=ExtResource("1_37t6b")]
|
|
|
|
[node name="Water" type="MeshInstance3D" parent="." unique_id=289309951]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.14561673, 0)
|
|
mesh = SubResource("PlaneMesh_8esiu")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=831804132]
|
|
transform = Transform3D(0.23387258, -0.9458177, 0.2252387, -0.400554, 0.11736052, 0.90872604, -0.88592327, -0.30274636, -0.35140368, 0.1, 0.1, 0.13)
|
|
light_color = Color(0.98039216, 0.83137256, 0.70980394, 1)
|
|
shadow_enabled = true
|
|
shadow_bias = 0.2
|
|
shadow_normal_bias = 5.0
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=936572897]
|
|
environment = SubResource("Environment_8v6kw")
|
|
|
|
[node name="tekton_fishing_animation1" parent="." unique_id=1803834250 instance=ExtResource("4_xj13a")]
|
|
script = ExtResource("5_fish")
|
|
transform = Transform3D(-0.0012733412, 0, 0.0015422717, 0, 0.002, 0, -0.0015422717, 0, -0.0012733412, 0.04044947, 0.02995101, -0.059924163)
|
|
|
|
[node name="tekton_fishing_animation2" parent="." unique_id=376449997 instance=ExtResource("4_xj13a")]
|
|
script = ExtResource("5_fish")
|
|
transform = Transform3D(-0.0017457078, 0, 0.0009759627, 0, 0.0019999999, 0, -0.0009759627, 0, -0.0017457078, -0.11821492, 0.006670659, 0.040420167)
|
|
|
|
[node name="tekton_fishing_animation3" parent="." unique_id=1696737351 instance=ExtResource("4_xj13a")]
|
|
script = ExtResource("5_fish")
|
|
transform = Transform3D(-0.0012249037, 0, 0.0015810153, 0, 0.002, 0, -0.0015810153, 0, -0.0012249037, 0.035826474, 0.008033583, 0.0059019327)
|