mirror of
				https://git.kittycat.homes/zoe/pegchamp.git
				synced 2024-08-15 03:15:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			759 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			759 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [gd_scene load_steps=4 format=2]
 | |
| 
 | |
| [ext_resource path="res://Pegs/Yellow/PowerupCard.tscn" type="PackedScene" id=1]
 | |
| [ext_resource path="res://Pegs/Yellow/Powerups/Spring/spring-Sheet.png" type="Texture" id=2]
 | |
| [ext_resource path="res://Pegs/Yellow/Powerups/Spawn/fromBottom.png" type="Texture" id=3]
 | |
| 
 | |
| [node name="Spring" instance=ExtResource( 1 )]
 | |
| powerup = "res://Pegs/Yellow/Powerups/Spring/Springs.tscn"
 | |
| 
 | |
| [node name="Sprite2" type="Sprite" parent="." index="0"]
 | |
| position = Vector2( 21, 27 )
 | |
| texture = ExtResource( 3 )
 | |
| hframes = 7
 | |
| frame = 1
 | |
| 
 | |
| [node name="Sprite4" type="Sprite" parent="." index="1"]
 | |
| position = Vector2( 44, 27 )
 | |
| texture = ExtResource( 3 )
 | |
| hframes = 7
 | |
| frame = 1
 | |
| 
 | |
| [node name="Sprite" parent="." index="2"]
 | |
| texture = ExtResource( 2 )
 | |
| hframes = 9
 |