mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
17 lines
547 B
Text
17 lines
547 B
Text
[gd_scene load_steps=3 format=3 uid="uid://d3hds3dbosfcm"]
|
|
|
|
[ext_resource type="Script" uid="uid://q806qngbukt8" path="res://Scripts/Interactables/ItemDrop.cs" id="1_lk7fn"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_k5j4v"]
|
|
radius = 4.47214
|
|
|
|
[node name="PhysicsDropWrapper" type="RigidBody2D"]
|
|
collision_layer = 0
|
|
collision_mask = 33
|
|
gravity_scale = 0.0
|
|
lock_rotation = true
|
|
linear_damp = 2.5
|
|
script = ExtResource("1_lk7fn")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_k5j4v")
|