328 lines
9.9 KiB
Plaintext
328 lines
9.9 KiB
Plaintext
[gd_scene load_steps=19 format=2]
|
|
|
|
[ext_resource path="res://scenes/StreamContainer.cs" type="Script" id=1]
|
|
[ext_resource path="res://components/NavigationComponent.cs" type="Script" id=2]
|
|
[ext_resource path="res://entities/Player.cs" type="Script" id=3]
|
|
[ext_resource path="res://components/MovableComponent.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://utils/TileHighlight.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://components/WorldInfoComponent.cs" type="Script" id=6]
|
|
[ext_resource path="res://entities/Chest.tscn" type="PackedScene" id=7]
|
|
[ext_resource path="res://scenes/TileWorld.tscn" type="PackedScene" id=8]
|
|
[ext_resource path="res://scenes/Game.cs" type="Script" id=9]
|
|
[ext_resource path="res://scenes/DebugCamera.gd" type="Script" id=10]
|
|
[ext_resource path="res://assets/CreatusPiratePack/Models/Characters/gltf/Pirate1final.glb" type="PackedScene" id=11]
|
|
[ext_resource path="res://ui/WorldGeneratorUI.gd" type="Script" id=12]
|
|
|
|
[sub_resource type="CubeMesh" id=1]
|
|
size = Vector3( 1, 1, 1 )
|
|
|
|
[sub_resource type="SpatialMaterial" id=2]
|
|
params_blend_mode = 3
|
|
albedo_color = Color( 1, 1, 1, 0.156863 )
|
|
|
|
[sub_resource type="BoxShape" id=9]
|
|
extents = Vector3( 20, 1, 20 )
|
|
|
|
[sub_resource type="CapsuleShape" id=7]
|
|
radius = 0.3
|
|
height = 0.2
|
|
|
|
[sub_resource type="CylinderShape" id=24]
|
|
height = 0.2
|
|
|
|
[sub_resource type="SphereShape" id=23]
|
|
radius = 0.1
|
|
|
|
[node name="Game" type="Spatial"]
|
|
script = ExtResource( 9 )
|
|
|
|
[node name="TileHighlight" parent="." instance=ExtResource( 5 )]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0 )
|
|
visible = false
|
|
|
|
[node name="MouseTileHighlight" parent="." instance=ExtResource( 5 )]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0 )
|
|
|
|
[node name="TileWorld" parent="." instance=ExtResource( 8 )]
|
|
Size = 32
|
|
|
|
[node name="DebugContainer" type="PanelContainer" parent="."]
|
|
visible = false
|
|
self_modulate = Color( 1, 1, 1, 0.443137 )
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -141.0
|
|
margin_top = -172.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="DebugStatsContainer" type="GridContainer" parent="DebugContainer"]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 134.0
|
|
margin_bottom = 165.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
columns = 2
|
|
|
|
[node name="Label9" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_right = 103.0
|
|
margin_bottom = 14.0
|
|
rect_pivot_offset = Vector2( -335, -33 )
|
|
text = "FPS"
|
|
|
|
[node name="fps_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_right = 127.0
|
|
margin_bottom = 14.0
|
|
text = "0,0"
|
|
|
|
[node name="Label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 103.0
|
|
margin_bottom = 32.0
|
|
rect_pivot_offset = Vector2( -335, -33 )
|
|
text = "Tile"
|
|
|
|
[node name="tile_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 18.0
|
|
margin_right = 127.0
|
|
margin_bottom = 32.0
|
|
text = "0,0"
|
|
|
|
[node name="Label2" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 36.0
|
|
margin_right = 103.0
|
|
margin_bottom = 50.0
|
|
text = "Tile Offset"
|
|
|
|
[node name="tile_offset_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 36.0
|
|
margin_right = 127.0
|
|
margin_bottom = 50.0
|
|
text = "0,0"
|
|
|
|
[node name="Label4" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 54.0
|
|
margin_right = 103.0
|
|
margin_bottom = 68.0
|
|
rect_pivot_offset = Vector2( -335, -33 )
|
|
text = "Mouse World"
|
|
|
|
[node name="mouse_world_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 54.0
|
|
margin_right = 127.0
|
|
margin_bottom = 68.0
|
|
text = "0,0"
|
|
|
|
[node name="Label6" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 72.0
|
|
margin_right = 103.0
|
|
margin_bottom = 86.0
|
|
rect_pivot_offset = Vector2( -335, -33 )
|
|
text = "Mouse Tile"
|
|
|
|
[node name="mouse_tile_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 72.0
|
|
margin_right = 127.0
|
|
margin_bottom = 86.0
|
|
text = "0,0"
|
|
|
|
[node name="Label3" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 90.0
|
|
margin_right = 103.0
|
|
margin_bottom = 104.0
|
|
text = "#Tiles"
|
|
|
|
[node name="num_tiles_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 90.0
|
|
margin_right = 127.0
|
|
margin_bottom = 104.0
|
|
text = "0"
|
|
|
|
[node name="Label5" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 108.0
|
|
margin_right = 103.0
|
|
margin_bottom = 122.0
|
|
text = "#Active"
|
|
|
|
[node name="num_active_tiles_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 108.0
|
|
margin_right = 127.0
|
|
margin_bottom = 122.0
|
|
text = "0"
|
|
|
|
[node name="Label7" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 126.0
|
|
margin_right = 103.0
|
|
margin_bottom = 140.0
|
|
text = "#Tiles Added"
|
|
|
|
[node name="num_coords_added_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 126.0
|
|
margin_right = 127.0
|
|
margin_bottom = 140.0
|
|
text = "0"
|
|
|
|
[node name="Label8" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_top = 144.0
|
|
margin_right = 103.0
|
|
margin_bottom = 158.0
|
|
text = "#Tiles Removed"
|
|
|
|
[node name="num_coords_removed_label" type="Label" parent="DebugContainer/DebugStatsContainer"]
|
|
margin_left = 107.0
|
|
margin_top = 144.0
|
|
margin_right = 127.0
|
|
margin_bottom = 158.0
|
|
text = "0"
|
|
|
|
[node name="Generator Container" type="Control" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
mouse_filter = 2
|
|
|
|
[node name="WorldGeneratorContainer" type="VBoxContainer" parent="Generator Container"]
|
|
margin_left = 10.0
|
|
margin_top = 10.0
|
|
margin_right = 110.0
|
|
margin_bottom = 258.0
|
|
alignment = 2
|
|
script = ExtResource( 12 )
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Generator Container/WorldGeneratorContainer"]
|
|
margin_right = 100.0
|
|
margin_bottom = 16.0
|
|
|
|
[node name="WorldSizeSlider" type="HSlider" parent="Generator Container/WorldGeneratorContainer/HBoxContainer"]
|
|
margin_right = 88.0
|
|
margin_bottom = 16.0
|
|
size_flags_horizontal = 3
|
|
min_value = 1.0
|
|
max_value = 512.0
|
|
value = 1.0
|
|
|
|
[node name="WorldSizeLabel" type="Label" parent="Generator Container/WorldGeneratorContainer/HBoxContainer"]
|
|
margin_left = 92.0
|
|
margin_top = 1.0
|
|
margin_right = 100.0
|
|
margin_bottom = 15.0
|
|
text = "4"
|
|
|
|
[node name="WorldGenerateButton" type="Button" parent="Generator Container/WorldGeneratorContainer"]
|
|
margin_top = 20.0
|
|
margin_right = 100.0
|
|
margin_bottom = 40.0
|
|
text = "Generate"
|
|
|
|
[node name="WorldTextureRect" type="TextureRect" parent="Generator Container/WorldGeneratorContainer"]
|
|
margin_top = 44.0
|
|
margin_right = 100.0
|
|
margin_bottom = 144.0
|
|
rect_min_size = Vector2( 100, 100 )
|
|
stretch_mode = 1
|
|
flip_v = true
|
|
|
|
[node name="HeightTextureRect" type="TextureRect" parent="Generator Container/WorldGeneratorContainer"]
|
|
margin_top = 148.0
|
|
margin_right = 100.0
|
|
margin_bottom = 248.0
|
|
rect_min_size = Vector2( 100, 100 )
|
|
stretch_mode = 1
|
|
flip_v = true
|
|
|
|
[node name="StreamContainer" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 2.98023e-08, 0, -2.98023e-08, 1, 0, 0, -4.76837e-07 )
|
|
script = ExtResource( 1 )
|
|
Dimensions = Vector2( 35, 30 )
|
|
World = NodePath("../TileWorld")
|
|
|
|
[node name="ActiveTiles" type="Spatial" parent="StreamContainer"]
|
|
|
|
[node name="Bounds" type="MeshInstance" parent="StreamContainer"]
|
|
transform = Transform( 4, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0 )
|
|
visible = false
|
|
mesh = SubResource( 1 )
|
|
skeleton = NodePath("../..")
|
|
material/0 = SubResource( 2 )
|
|
|
|
[node name="Area" type="Area" parent="StreamContainer"]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="StreamContainer/Area"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
|
|
shape = SubResource( 9 )
|
|
|
|
[node name="Camera" type="Camera" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 0.60042, 0.799685, 0, -0.799685, 0.60042, -4.76837e-07, 8.3759, 5.70105 )
|
|
current = true
|
|
fov = 60.0
|
|
script = ExtResource( 10 )
|
|
|
|
[node name="Player" type="KinematicBody" parent="."]
|
|
collision_mask = 0
|
|
axis_lock_motion_y = true
|
|
move_lock_y = true
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Player"]
|
|
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.5, 0 )
|
|
shape = SubResource( 7 )
|
|
|
|
[node name="Movable" parent="Player" instance=ExtResource( 4 )]
|
|
|
|
[node name="Geometry" type="Spatial" parent="Player"]
|
|
transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
|
|
|
|
[node name="Pirate1final" parent="Player/Geometry" instance=ExtResource( 11 )]
|
|
|
|
[node name="WorldInfo" type="Node" parent="Player"]
|
|
script = ExtResource( 6 )
|
|
World = NodePath("../../TileWorld")
|
|
|
|
[node name="Navigation" type="Node" parent="Player"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="ItemAttractorArea" type="Area" parent="Player"]
|
|
collision_layer = 0
|
|
collision_mask = 8
|
|
monitorable = false
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Player/ItemAttractorArea"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.123516, 0 )
|
|
shape = SubResource( 24 )
|
|
|
|
[node name="ItemPickupArea" type="Area" parent="Player"]
|
|
collision_layer = 0
|
|
collision_mask = 8
|
|
monitorable = false
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Player/ItemPickupArea"]
|
|
shape = SubResource( 23 )
|
|
|
|
[node name="Entities" type="Spatial" parent="."]
|
|
|
|
[node name="Chest" parent="Entities" instance=ExtResource( 7 )]
|
|
transform = Transform( -0.534471, 0, -0.845187, 0, 1, 0, 0.845187, 0, -0.534471, 2.68689, 0, 2.60865 )
|
|
|
|
[node name="Chest3" parent="Entities" instance=ExtResource( 7 )]
|
|
transform = Transform( 0.550568, 0, -0.83479, 0, 1, 0, 0.83479, 0, 0.550568, 4.88275, 0, -1.70504 )
|
|
|
|
[node name="Chest2" parent="Entities" instance=ExtResource( 7 )]
|
|
transform = Transform( 0.793576, 0, -0.608471, 0, 1, 0, 0.608471, 0, 0.793576, 2.79265, 0, -5.36551 )
|
|
|
|
[connection signal="value_changed" from="Generator Container/WorldGeneratorContainer/HBoxContainer/WorldSizeSlider" to="Generator Container/WorldGeneratorContainer" method="_on_HSlider_value_changed"]
|
|
|
|
[editable path="Entities/Chest"]
|