chore: fixing up cards.

This commit is contained in:
tiger tiger tiger 2026-01-18 08:25:47 +01:00
parent b2a2af1159
commit 1939e49a91
3 changed files with 7 additions and 1 deletions

View File

@ -8,10 +8,11 @@
size = Vector2(277, 231)
[node name="Card" type="Area2D"]
collision_layer = 4
collision_mask = 0
priority = 50
script = ExtResource("1_emip0")
text = "asdf"
metadata/_custom_type_script = "uid://ddy8kb2hjvgss"
metadata/type = "card"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]

View File

@ -11,6 +11,7 @@ height = 312.0
[node name="sticky-note" type="Area2D"]
z_index = 1
collision_layer = 2
collision_mask = 6
priority = 100
script = ExtResource("1_yvh5n")
text = "card"

View File

@ -201,7 +201,11 @@ locale/test="de"
[layer_names]
2d_physics/layer_1="World"
3d_physics/layer_1="Scene Geometry"
2d_physics/layer_2="Stickies"
2d_physics/layer_3="Cards"
2d_physics/layer_5="Interactable"
3d_physics/layer_5="UI_reveal"
3d_physics/layer_6="UI_handle"