Godot 4.6 exploration game with player movement, step-rotation camera rig, and POI interaction system (explore/rest/close menu). main.tscn is a test scene with placeholder props; debug/ holds unwired terrain prototypes (voxel river, procedural island mesh, cross-shaped hub
56 lines
1.9 KiB
Plaintext
Executable File
56 lines
1.9 KiB
Plaintext
Executable File
[gd_scene format=3 uid="uid://be6ufrc3dsjge"]
|
|
|
|
[ext_resource type="Script" uid="uid://c12tpdqhr2l5" path="res://poi.gd" id="1_gwpk6"]
|
|
[ext_resource type="Texture2D" uid="uid://c0u8xjymrfw2x" path="res://assets/sprites/enviroment/Brown-gray_ruins2.png" id="2_yof6k"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_gwpk6"]
|
|
radius = 0.8699188
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mekjb"]
|
|
atlas = ExtResource("2_yof6k")
|
|
region = Rect2(0, 0, 80, 80)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_0surh"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_mekjb")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_gwpk6"]
|
|
size = Vector3(0.8, 2.132, 2.333828)
|
|
|
|
[node name="POI" type="Area3D" unique_id=1770000468]
|
|
script = ExtResource("1_gwpk6")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=2115487742]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.6096671)
|
|
shape = SubResource("SphereShape3D_gwpk6")
|
|
|
|
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="." unique_id=1205831120]
|
|
sprite_frames = SubResource("SpriteFrames_0surh")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="." unique_id=1488376384]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" unique_id=461988177]
|
|
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0, -0.69380605)
|
|
shape = SubResource("BoxShape3D_gwpk6")
|
|
|
|
[node name="Billboard" type="Node3D" parent="." unique_id=36237536]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
|
|
[node name="NameLabel" type="Label3D" parent="Billboard" unique_id=1419647885]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0)
|
|
billboard = 1
|
|
text = "???"
|
|
font_size = 16
|
|
|
|
[node name="InteractionPrompt" type="Label3D" parent="Billboard" unique_id=2059219662]
|
|
visible = false
|
|
billboard = 1
|
|
font_size = 12
|