Friday, 15 August 2025 23:08:08
This commit is contained in:
13
Gameplay/Arena.cs
Normal file
13
Gameplay/Arena.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Arena : Sprite2D
|
||||
{
|
||||
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
Position = Globals.Instance._screenCenter;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user