MotV => MotionBase, FPS -> FpsCounter

This commit is contained in:
2026-06-14 01:00:43 +02:00
parent 892132e1af
commit cd8ba47564
13 changed files with 80 additions and 80 deletions

View File

@@ -30,7 +30,7 @@ namespace _2DGAMELIB
public Graphics HitGraphics;
public SceneFader SceneFader;
public FPS FPSF = new FPS(60.0);
public FpsCounter FPSF = new FpsCounter(60.0);
private Size BaseSize = Size.Empty;
private Vector2D resVector = DataConsts.Vec2DZero;