17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ngrscx1l0dn5"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://6hx4g1df1di4" path="res://GPE/CannonBall/cannonBall.png" id="1_f08vj"]
|
|
[ext_resource type="Script" uid="uid://bp7a1qram84x3" path="res://GPE/CannonBall/cannon_ball.gd" id="1_u2lho"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_u2lho"]
|
|
radius = 5.0
|
|
|
|
[node name="CannonBall" type="Area2D"]
|
|
script = ExtResource("1_u2lho")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_u2lho")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_f08vj")
|