mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
powerup system
This commit is contained in:
parent
c8747328cf
commit
77ca16be36
149 changed files with 2472 additions and 331 deletions
30
Pegs/Yellow/PowerupCard.tscn
Normal file
30
Pegs/Yellow/PowerupCard.tscn
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Pegs/Yellow/CardIcons/default3.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Pegs/Yellow/CardIcons/default2.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Pegs/Yellow/CardIcons/default.png" type="Texture" id=5]
|
||||
[ext_resource path="res://Pegs/Yellow/PowerupCard.gd" type="Script" id=6]
|
||||
|
||||
[node name="TextureButton" type="TextureButton"]
|
||||
anchor_right = 0.167
|
||||
anchor_bottom = 0.296
|
||||
margin_right = -0.127998
|
||||
margin_bottom = 0.0639992
|
||||
hint_tooltip = "a powerup!!!"
|
||||
theme = ExtResource( 1 )
|
||||
shortcut_in_tooltip = false
|
||||
texture_normal = ExtResource( 5 )
|
||||
texture_pressed = ExtResource( 4 )
|
||||
texture_hover = ExtResource( 3 )
|
||||
script = ExtResource( 6 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 32, 32 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[connection signal="pressed" from="." to="." method="_on_TextureButton_pressed"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue