[gd_scene load_steps=13 format=3 uid="uid://1dbdbg3q5778"] [ext_resource type="Script" uid="uid://c78jcadupsdro" path="res://scenes/player.gd" id="1_qecr4"] [ext_resource type="PackedScene" uid="uid://ejeamn0pyey4" path="res://assets/characters/Bob.glb" id="2_3e0d5"] [ext_resource type="Texture2D" uid="uid://b4y41h16q6m34" path="res://assets/textures/bub.png" id="2_5w327"] [ext_resource type="PackedScene" uid="uid://1vk0mjnwkngi" path="res://assets/characters/Masbro.glb" id="2_mjsl8"] [ext_resource type="PackedScene" uid="uid://d4cul3w3wem5w" path="res://assets/characters/Gatot.glb" id="4_3tlf6"] [ext_resource type="PackedScene" uid="uid://bmln7v6v5kvxg" path="res://assets/characters/Oldpop.glb" id="5_alfd1"] [ext_resource type="AnimationLibrary" uid="uid://c3pyopnwibckj" path="res://assets/characters/animations/animation-pack.res" id="6_5oq5w"] [ext_resource type="Script" uid="uid://cwwwixc07jc86" path="res://scripts/bot_controller.gd" id="7_botctrl"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xqgey"] albedo_color = Color(0.85, 0.085, 0.238, 1) [sub_resource type="CapsuleMesh" id="CapsuleMesh_l8ldl"] material = SubResource("StandardMaterial3D_xqgey") [sub_resource type="SphereShape3D" id="SphereShape3D_3oo5r"] [sub_resource type="FontVariation" id="FontVariation_q2tkp"] spacing_glyph = 5 [node name="CharacterBody3D" type="CharacterBody3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.5, 0) collision_layer = 2 script = ExtResource("1_qecr4") cell_size = Vector3(1, 1, 1) use_diagonal_movement = true [node name="Masbro" parent="." instance=ExtResource("2_mjsl8")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0) [node name="Bob" parent="." instance=ExtResource("2_3e0d5")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.484627, 0) visible = false [node name="Gatot" parent="." instance=ExtResource("4_3tlf6")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0) visible = false [node name="Oldpop" parent="." instance=ExtResource("5_alfd1")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0) visible = false [node name="AnimationPlayer" type="AnimationPlayer" parent="."] root_node = NodePath("../Masbro") libraries = { &"animation-pack": ExtResource("6_5oq5w") } [node name="MeshInstance3D" type="MeshInstance3D" parent="."] visible = false mesh = SubResource("CapsuleMesh_l8ldl") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] shape = SubResource("SphereShape3D_3oo5r") [node name="Name" type="Label3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.47085, 0) billboard = 1 modulate = Color(0.32, 0.614667, 1, 1) text = "username" font = SubResource("FontVariation_q2tkp") font_size = 48 outline_size = 26 uppercase = true autowrap_mode = 2 [node name="Bubble" type="Sprite3D" parent="."] transform = Transform3D(0.625, 0, 0, 0, 0.5, 0, 0, 0, 0.625, 0, 2.63593, 0) visible = false modulate = Color(0, 0, 0, 1) billboard = 1 texture = ExtResource("2_5w327") [node name="Message" type="Label3D" parent="Bubble"] transform = Transform3D(1, 0, 0, 0, 1.25, 0, 0, 0, 1, 0, 0.00180054, 0) billboard = 1 double_sided = false no_depth_test = true render_priority = 1 text = ". . . ." font = SubResource("FontVariation_q2tkp") font_size = 64 outline_size = 24 uppercase = true autowrap_mode = 3 justification_flags = 171 width = 700.0 [node name="BotController" type="Node" parent="."] script = ExtResource("7_botctrl")