mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
first commit
This commit is contained in:
commit
fafcbd1530
223 changed files with 107395 additions and 0 deletions
19
ControlElements/KillzoneArea.tscn
Normal file
19
ControlElements/KillzoneArea.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ControlElements/Killzone.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Effects/stars.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 195, 7 )
|
||||
|
||||
[node name="Killzone" type="Area2D"]
|
||||
position = Vector2( 192, 0 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_Killzone_body_entered"]
|
Loading…
Add table
Add a link
Reference in a new issue