PirateTreasureHunt/scenes/Coin.tscn

21 lines
543 B
Plaintext
Raw Permalink Normal View History

2022-08-02 16:26:23 +02:00
[gd_scene load_steps=4 format=2]
2022-01-23 11:47:18 +01:00
[ext_resource path="res://assets/coin.svg" type="Texture" id=1]
[ext_resource path="res://scenes/Coin.gd" type="Script" id=2]
2022-08-02 16:26:23 +02:00
[sub_resource type="CircleShape2D" id=1]
radius = 7.0
[node name="Coin" type="KinematicBody2D"]
2022-01-24 22:12:50 +01:00
modulate = Color( 1, 1, 1, 0.792157 )
2022-08-02 16:26:23 +02:00
z_index = 1
collision_layer = 0
collision_mask = 0
2022-01-23 11:47:18 +01:00
script = ExtResource( 2 )
[node name="CoinSprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
2022-08-02 16:26:23 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )