Preliminary fixes.

This commit is contained in:
Anna Rose 2025-02-25 11:29:08 -05:00
parent b27021b759
commit b2bc8935e1

View File

@ -1,4 +1,7 @@
namespace IngameScript using Sandbox.ModAPI.Ingame;
using System.Collections.Generic;
namespace IngameScript
{ {
partial class Program partial class Program
{ {
@ -89,6 +92,7 @@
switch (row) switch (row)
{ {
case 0: case 0:
offset.X = _viewport.Size.X / 2f;
offset.Y = 0f; offset.Y = 0f;
break; break;
case 1: case 1: