28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cfsq3hma8djk3"]
|
|
|
|
[ext_resource type="Script" uid="uid://daod4korkrm2r" path="res://entities/plants/scripts/texture_builder/part_assembler.gd" id="1_wqioj"]
|
|
[ext_resource type="Texture2D" uid="uid://dr72xhc07i56e" path="res://stages/terrain/region/assets/textures/moss_biome/moss_contamination_atlas_texture.png" id="2_jldtq"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_jldtq"]
|
|
atlas = ExtResource("2_jldtq")
|
|
region = Rect2(536, 22.5, 210, 210)
|
|
|
|
[node name="TestSprites" type="Node2D" unique_id=1624731692]
|
|
script = ExtResource("1_wqioj")
|
|
n_plants_to_generate = 3
|
|
space_between_plants = 125.0
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="." unique_id=628954249]
|
|
position = Vector2(123, -46)
|
|
|
|
[node name="MossContaminationAtlasTexture" type="Sprite2D" parent="." unique_id=1497811487]
|
|
position = Vector2(255, -66)
|
|
texture = SubResource("AtlasTexture_jldtq")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=143026861]
|
|
texture_repeat = 2
|
|
position = Vector2(46, -67)
|
|
texture = SubResource("AtlasTexture_jldtq")
|
|
region_enabled = true
|
|
region_rect = Rect2(0, 0, 210, 210)
|