Skip to content

Commit

Permalink
set title as "House Defence Operation"
Browse files Browse the repository at this point in the history
  • Loading branch information
pankona committed Jun 28, 2024
1 parent 7adfdf2 commit b43429d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (g *Game) Reset() {

func main() {
ebiten.SetWindowSize(screenWidth, screenHeight)
ebiten.SetWindowTitle("Hello, World!")
ebiten.SetWindowTitle("House Defence Operation")

g := &Game{
clickHandler: &OnClickHandler{},
Expand Down
2 changes: 1 addition & 1 deletion public/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Game Title</title>
<title>House Defense Operation</title>
</head>
<body>
<script src="wasm_exec.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Game Title</title>
<title>House Defense Operation</title>
<style>
html, body {
margin: 0;
Expand Down

0 comments on commit b43429d

Please sign in to comment.