Files
peggle-roguelike/grid_map_2d.tscn
T
2026-05-29 10:51:25 -04:00

43 lines
1.7 KiB
Plaintext

[gd_scene format=3 uid="uid://la8pwcc0tjuu"]
[ext_resource type="Script" uid="uid://bnaxgcafcvtfv" path="res://GridMap2D.cs" id="1_lq4m8"]
[ext_resource type="PackedScene" uid="uid://bxqhci3fya80t" path="res://grid_marker.tscn" id="2_gc0wv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_q4dkg"]
size = Vector2(1600, 800)
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_7h2rc"]
bounce = 0.4
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7h2rc"]
size = Vector2(400, 16)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fjt81"]
size = Vector2(400, 16)
[node name="GridMap2D" type="Node2D" unique_id=1123610167]
script = ExtResource("1_lq4m8")
[node name="PlayArea" type="Area2D" parent="." unique_id=1719758298]
[node name="Bounds" type="CollisionShape2D" parent="PlayArea" unique_id=1902214362]
shape = SubResource("RectangleShape2D_q4dkg")
[node name="LeftEdge1" type="StaticBody2D" parent="." unique_id=1883047200]
physics_material_override = SubResource("PhysicsMaterial_7h2rc")
[node name="Bounds" type="CollisionShape2D" parent="LeftEdge1" unique_id=1546734575]
position = Vector2(-1000, -392)
shape = SubResource("RectangleShape2D_7h2rc")
debug_color = Color(0.98836404, 0, 0.30800217, 0.41960785)
[node name="RightEdge1" type="StaticBody2D" parent="." unique_id=258284814]
physics_material_override = SubResource("PhysicsMaterial_7h2rc")
[node name="Bounds" type="CollisionShape2D" parent="RightEdge1" unique_id=773927888]
position = Vector2(1000, -392)
shape = SubResource("RectangleShape2D_fjt81")
debug_color = Color(0.9882353, 0, 0.30980393, 0.41960785)
[node name="GridMarker" parent="." unique_id=1390656323 instance=ExtResource("2_gc0wv")]