Skip to content

Commit e5c0183

Browse files
authored
Merge pull request #106 from neki-dev/develop
Refactoring
2 parents 6690d5c + 7f7bfe5 commit e5c0183

File tree

270 files changed

+4123
-4208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+4123
-4208
lines changed

β€Ž.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": ["neki/ts"],
33
"rules": {
4+
"import/no-cycle": "off",
45
"no-new": "off",
56
"no-console": "off",
67
"default-case": "off",

β€Žsrc/const/world/difficulty.ts β€Žsrc/const/difficulty.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: Split and move into every feature
12
export const DIFFICULTY = {
23
/**
34
* Player

β€Žsrc/const/screen/index.ts

-1
This file was deleted.

β€Žsrc/const/world/entities/buildings.ts

-22
This file was deleted.

β€Žsrc/const/world/entities/enemies.ts

-30
This file was deleted.

β€Žsrc/const/world/index.ts

-1
This file was deleted.

β€Žsrc/const/world/level/index.ts

-1
This file was deleted.
File renamed without changes.

0 commit comments

Comments
Β (0)