replaced sprinting with mid air dash

This commit is contained in:
Derek
2024-08-10 21:49:40 -05:00
parent cb48827c8a
commit dad00cb0fa
6 changed files with 23 additions and 22 deletions

View File

@@ -6,14 +6,8 @@ const SPEED = 3
const SCALE_SPEED = 80
var taunts = ["hows your gut now you big cup of dumdum juice?",
"you're all tit and no nipple",
"you might be the shit, but i'm the wet wipe",
"ruh roh raggy, retard!",
"you look gay when you die.",
"did i do that?",
"eat a bag of dicks",
"schwing!",
"go fuck yourself",
"hee hee",
"stop trying",
"yowza!"]
@@ -22,7 +16,6 @@ var taunts = ["hows your gut now you big cup of dumdum juice?",
func _ready():
scale.x = .5
scale.y = .5
text = taunts.pick_random()
# Called every frame. 'delta' is the elapsed time since the previous frame.