Skip to content

Commit

Permalink
UI text
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggror committed May 11, 2022
1 parent 17b715e commit 9a8b389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public override void Start()

public override void Update()
{
int drawX = 40;
int drawX = 400;
int drawY = 80;
DebugText.Print("Press Q and E to raise/lower weapons", new Int2(drawX, drawY));

Expand Down

0 comments on commit 9a8b389

Please sign in to comment.