You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
772 B
Plaintext
26 lines
772 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c6c0wy62gdsd0"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Tools/bakingTray.gd" id="1_x6kvb"]
|
|
[ext_resource type="Texture2D" uid="uid://cndampqx57ed1" path="res://Art/Tools/bakingTray.png" id="2_j25b1"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_nw58x"]
|
|
radius = 175.103
|
|
|
|
[node name="Tool" type="RigidBody2D"]
|
|
disable_mode = 2
|
|
collision_layer = 3
|
|
collision_mask = 3
|
|
freeze = true
|
|
freeze_mode = 1
|
|
script = ExtResource("1_x6kvb")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(-117, 64)
|
|
texture = ExtResource("2_j25b1")
|
|
offset = Vector2(0, -64)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
light_mask = 3
|
|
visibility_layer = 3
|
|
shape = SubResource("CircleShape2D_nw58x")
|