-
Notifications
You must be signed in to change notification settings - Fork 0
BaseGame
Adrian Preuß edited this page Nov 21, 2024
·
1 revision
public void setRenderer(RendererType type) public void setTitle(string title)public void setSize(int width, int height)public void setPosition(int x, int y)public void setFullscreen(bool state)public void start()override void initialize() {
/* For initialization */
}override void running() {
/* The Game-Loop */
}override void running() {
/* The Render-Loop */
}Copyright © 2024. All Rights Reserved | OpenSource under MIT License | https://coldbite.dub.pm