From 6035de1ad4168eec07f200f13ab1674c229bb903 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 25 Jan 2024 00:06:41 +0100 Subject: [PATCH] chore: some testing modifications to test.sc test.sc is valid at this time --- game/assets/test.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/assets/test.sc b/game/assets/test.sc index 4f48024..8c160fc 100644 --- a/game/assets/test.sc +++ b/game/assets/test.sc @@ -1,7 +1,7 @@ -Marker { +Player { position: Vector(0, 0), } Enemy { - position: Vector(2, 0), + position: Vector(2, 0) }