mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
20 lines
485 B
Text
20 lines
485 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Cannon/tileset.png" type="Texture" id=1]
|
||
|
|
||
|
[node name="Cannon" type="Sprite"]
|
||
|
position = Vector2( 192, 4 )
|
||
|
texture = ExtResource( 1 )
|
||
|
|
||
|
[node name="Left" type="Sprite" parent="."]
|
||
|
position = Vector2( -101.375, 0 )
|
||
|
scale = Vector2( 34.25, 1 )
|
||
|
texture = ExtResource( 1 )
|
||
|
hframes = 6
|
||
|
|
||
|
[node name="Right" type="Sprite" parent="."]
|
||
|
position = Vector2( 102.375, 0 )
|
||
|
scale = Vector2( 34.25, 1 )
|
||
|
texture = ExtResource( 1 )
|
||
|
hframes = 6
|