1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/entity/coin.tscn
Stefano Pigozzi 8c031fa911
First commit
Co-authored-by: Matteo Balugani <supermatte.mb@gmail.com>
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
Co-authored-by: Maxim Lobovsky <mex.lobo@mail.ru>
2023-09-30 18:13:28 +02:00

12 lines
382 B
Text

[gd_scene load_steps=2 format=3 uid="uid://x34aaomqiebu"]
[ext_resource type="Texture2D" uid="uid://cxsl5yvdhswc7" path="res://icon.png" id="1_ld7df"]
[node name="Coin" type="RigidBody2D"]
[node name="Area2D" type="Area2D" parent="."]
[node name="Icon" type="Sprite2D" parent="."]
position = Vector2(218, 69)
scale = Vector2(0.107422, 0.107422)
texture = ExtResource("1_ld7df")