Skip to content

Commit b14487c

Browse files
committed
delete some useless comments
1 parent 7a09acb commit b14487c

10 files changed

+0
-10
lines changed

src/UI/HowToPlayPage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-how-to-play -->
32
<style>
43
:host {
54
text-align: center;

src/UI/LoadTerrainPage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-load-terrain -->
32
<style>
43
:host {
54
text-align: center;

src/UI/MCButton.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mc-button -->
32
<style>
43
:host {
54
display: inline-block;

src/UI/MCHotbar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mc-hotbar -->
32
<style>
43
:host {
54
--hotbar-width: 45vw;

src/UI/MCInventory.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mc-incentory -->
32
<style>
43
:host {
54
overflow: hidden;

src/UI/MCMoveBtns.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mc-move-buttons -->
32
<style>
43
:host {
54
--slice: 2.5;

src/UI/PausePage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-pause (old: stop_game_page) -->
32
<style>
43
:host {
54
position: absolute;

src/UI/PlayPage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-play (old: play_game_page) -->
32
<style>
43
#mainCanvas {
54
position: absolute;

src/UI/SettingPage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-setting (old: options_page) -->
32
<style>
43
:host {
54
text-align: center;

src/UI/WelcomePage.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
<!-- mcpage-welcome (old: start_game_page) -->
32
<style>
43
canvas {
54
position: absolute;

0 commit comments

Comments
 (0)