mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
13
Flipper/Flipper.tscn
Normal file
13
Flipper/Flipper.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Flipper/flipper.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Flipper/Flipper.gd" type="Script" id=2]
|
||||
|
||||
[node name="Flipper" type="KinematicBody2D"]
|
||||
position = Vector2( 309, 143 )
|
||||
motion/sync_to_physics = true
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( -11, 0 )
|
||||
texture = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue