init
This commit is contained in:
24
Meeting.tscn
Normal file
24
Meeting.tscn
Normal file
@@ -0,0 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://dciugg77wsy6p"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cit20jyhj41rs" path="res://Meeting.cs" id="1_1rolt"]
|
||||
[ext_resource type="Texture2D" uid="uid://dyxftkkuf7h7w" path="res://icon.svg" id="1_2t4nr"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_glv2v"]
|
||||
bounce = 0.1
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_boq60"]
|
||||
size = Vector2(294, 72)
|
||||
|
||||
[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_1rolt")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="." unique_id=1878852055]
|
||||
scale = Vector2(2.3203125, 0.6015625)
|
||||
texture = ExtResource("1_2t4nr")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=235269066]
|
||||
shape = SubResource("RectangleShape2D_boq60")
|
||||
Reference in New Issue
Block a user