Skip to content

Commit

Permalink
feat: place structures on allowed spots
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsonc623 committed Jul 28, 2020
1 parent 762faec commit a50231c
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 116 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# One More Factory Game

A Factorio-inspired factory sand-box.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "factory-simulator",
"name": "omfg",
"version": "0.1.0",
"description": "A factory building simulator",
"description": "One More Factory Game",
"main": "dist/index.html",
"author": "Cyle Ven Dawson <[email protected]>",
"license": "MIT",
Expand Down
Binary file modified src/ui/assets/environment2-extruded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/ui/assets/environment2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Factory Simulator</title>
<title>OMFG</title>
</head>

<body>
Expand Down
Loading

0 comments on commit a50231c

Please sign in to comment.