Pls test Jas

This commit is contained in:
tiffanyfrias10
2021-11-22 22:15:28 -06:00
parent 436f2db61f
commit 506253d310
36 changed files with 694 additions and 109 deletions

17
snowball_blue.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Sprites/blue_snowball.png" type="Texture" id=1]
[ext_resource path="res://snowball.gd" type="Script" id=2]
[sub_resource type="CircleShape2D" id=1]
radius = 4.47823
[node name="snowball_blue" type="Area2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -0.00869751, -0.0361767 )
shape = SubResource( 1 )