The_Dark_Side_of_Earth/world/earth.tscn

49 lines
2.4 KiB
Text
Raw Normal View History

2025-09-24 16:37:34 +02:00
[gd_scene load_steps=15 format=3 uid="uid://jjoyj1ldafkf"]
2025-09-15 18:25:00 +02:00
2025-09-17 19:25:22 +02:00
[ext_resource type="Script" uid="uid://vgxh2xdevat7" path="res://world/earth.gd" id="1_wxnww"]
2025-09-24 16:37:34 +02:00
[ext_resource type="PackedScene" uid="uid://xrbh432lrjge" path="res://world/grass.tscn" id="2_abvrx"]
2025-09-16 12:02:37 +02:00
[ext_resource type="Script" uid="uid://m3vyyfk8gnma" path="res://world/grid.gd" id="3_2bhor"]
[ext_resource type="Shader" uid="uid://ptqflyxta2qd" path="res://world/earth.gdshader" id="3_640fc"]
[ext_resource type="PackedScene" uid="uid://djawvtdwp423v" path="res://buildings/room_temple.tscn" id="3_nihcy"]
[ext_resource type="PackedScene" uid="uid://cmofmd0vf3hx3" path="res://buildings/room_haunted_house.tscn" id="4_ml5no"]
[ext_resource type="PackedScene" uid="uid://dliwqqmrxldjh" path="res://buildings/room_bear_trap.tscn" id="4_r4pw8"]
[ext_resource type="PackedScene" uid="uid://6y637jp2tbma" path="res://buildings/room_pedastal.tscn" id="6_640fc"]
[ext_resource type="PackedScene" uid="uid://dt827qxyycg8n" path="res://buildings/room_pedastal_mean.tscn" id="7_abvrx"]
[ext_resource type="PackedScene" uid="uid://c7ddsyd8kcjji" path="res://buildings/room_wide_item_above.tscn" id="9_ej0af"]
2025-09-19 15:20:23 +02:00
[ext_resource type="PackedScene" uid="uid://oflm2yjjwhf" path="res://buildings/room_giant_leech.tscn" id="10_640fc"]
2025-09-15 18:25:00 +02:00
[sub_resource type="CircleShape2D" id="CircleShape2D_5i67w"]
radius = 3000.0
2025-09-19 12:08:28 +02:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_abvrx"]
shader = ExtResource("3_640fc")
shader_parameter/color = Color(0, 0, 0, 1)
[sub_resource type="QuadMesh" id="QuadMesh_ej0af"]
2025-09-15 18:25:00 +02:00
[node name="Earth" type="Node2D"]
2025-09-17 19:25:22 +02:00
script = ExtResource("1_wxnww")
2025-09-24 16:37:34 +02:00
grass = ExtResource("2_abvrx")
2025-09-15 18:25:00 +02:00
[node name="Ground" type="StaticBody2D" parent="."]
2025-09-18 18:10:44 +02:00
collision_layer = 41
2025-09-15 18:25:00 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground"]
shape = SubResource("CircleShape2D_5i67w")
2025-09-19 12:08:28 +02:00
[node name="MeshInstance2D" type="MeshInstance2D" parent="Ground"]
z_index = 3
2025-09-19 12:08:28 +02:00
material = SubResource("ShaderMaterial_abvrx")
scale = Vector2(6000, 6000)
mesh = SubResource("QuadMesh_ej0af")
2025-09-15 18:25:00 +02:00
2025-09-15 19:07:52 +02:00
[node name="Grid" type="Node2D" parent="."]
unique_name_in_owner = true
2025-09-15 19:03:18 +02:00
script = ExtResource("3_2bhor")
ground_radius = 3000.0
cell_height = 300.0
2025-09-15 19:07:52 +02:00
num_collumns = 60
2025-10-03 16:36:28 +02:00
debug = true
2025-09-19 15:20:23 +02:00
packed_buildings = Array[PackedScene]([ExtResource("4_r4pw8"), ExtResource("4_ml5no"), ExtResource("6_640fc"), ExtResource("7_abvrx"), ExtResource("3_nihcy"), ExtResource("9_ej0af"), ExtResource("10_640fc")])
2025-09-15 19:07:52 +02:00
metadata/_custom_type_script = "uid://m3vyyfk8gnma"