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
{
@ -89,6 +92,7 @@
switch (row)
{
case 0:
offset.X = _viewport.Size.X / 2f;
offset.Y = 0f;
break;
case 1: