mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Simulator and web simulator renamed
This commit is contained in:
@@ -87,7 +87,7 @@ void init() {
|
||||
|
||||
if (argument_screen_only) {
|
||||
sWindow = SDL_CreateWindow(
|
||||
"Epsilon",
|
||||
"Omega",
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
Ion::Display::Width, Ion::Display::Height,
|
||||
@@ -99,7 +99,7 @@ void init() {
|
||||
);
|
||||
} else {
|
||||
sWindow = SDL_CreateWindow(
|
||||
"Epsilon",
|
||||
"Omega",
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
290, 555,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>NumWorks graphing calculator</title>
|
||||
<title>Omega</title>
|
||||
<style>
|
||||
body {
|
||||
background: #C2C2C2;
|
||||
|
||||
Reference in New Issue
Block a user