umstyling + meetingresource

This commit is contained in:
2026-07-27 22:11:29 +02:00
parent 1061ae90b1
commit c1e9cd4293
16 changed files with 169 additions and 62 deletions

42
MeetingPhysicsBox.tscn Normal file
View File

@@ -0,0 +1,42 @@
[gd_scene format=3 uid="uid://dciugg77wsy6p"]
[ext_resource type="Texture2D" uid="uid://dyxftkkuf7h7w" path="res://icon.svg" id="1_2t4nr"]
[ext_resource type="Script" uid="uid://cit20jyhj41rs" path="res://MeetingPhysicsBox.cs" id="1_m6u8j"]
[ext_resource type="PackedScene" uid="uid://b2cpk0ef3rw87" path="res://MeetingControlGfx.tscn" id="2_h68fa"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_glv2v"]
bounce = 0.1
[sub_resource type="RectangleShape2D" id="RectangleShape2D_boq60"]
size = Vector2(206, 54)
[node name="Meeting" type="RigidBody2D" unique_id=796440984]
input_pickable = true
physics_material_override = SubResource("PhysicsMaterial_glv2v")
freeze_mode = 1
continuous_cd = 2
script = ExtResource("1_m6u8j")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=235269066]
shape = SubResource("RectangleShape2D_boq60")
[node name="MeetingControlGfx" parent="." unique_id=1923695250 instance=ExtResource("2_h68fa")]
unique_name_in_owner = true
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -103.0
offset_top = -27.0
offset_right = 103.0
offset_bottom = 27.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Icon" type="Sprite2D" parent="." unique_id=816382870]
self_modulate = Color(0.649173, 0, 0.25909996, 1)
position = Vector2(92, -16)
scale = Vector2(0.1171875, 0.1171875)
texture = ExtResource("1_2t4nr")