mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
fixed gdscript being recognized as GAP on github
This commit is contained in:
parent
3ffd35f671
commit
fddc4f243b
2 changed files with 0 additions and 15 deletions
|
@ -1,12 +1,5 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
$Green.emitting = true
|
||||
$Yellow.emitting = true
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
extends AnimationPlayer
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
play("GetBigger")
|
||||
|
|
Loading…
Reference in a new issue