Skip to content

Commit a2d5368

Browse files
authored
Update implemented features list (#58)
1 parent a259151 commit a2d5368

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ An open source mission driven helicopter pilot sandbox game.
1212
| Backwards | S |
1313
| Turn Clockwise | D |
1414
| Turn Counter Clockwise | A |
15-
| Diagonally Left | (W / S) + A |
16-
| Diagonally Right | (W / S) + D |
15+
| Strafe Left | Shift + A |
16+
| Strafe Right | Shift + D |
17+
| (Water) Canon | Enter |
1718
| Quit Game (Windows) | Alt + F4 |
1819
| Quit Game (macOS) | Cmd + Q |
1920
| Quit Game (Linux) | Ctrl + Q |
@@ -35,6 +36,11 @@ The game uses SimCity 2000 city files to generate its maps. The original city fi
3536
- Helicopter Ground Proximity Dust
3637
- Ground Collision
3738
- Building Collision
39+
- Helicopter Equipment
40+
- Water Canon
41+
- Burning Buildings
42+
- Day / Night cycle
43+
- City Traffic
3844

3945
## Planed Features
4046

@@ -43,7 +49,6 @@ The game uses SimCity 2000 city files to generate its maps. The original city fi
4349
- Helicopter Damage
4450
- Helicopter Equipment
4551
- Megaphone
46-
- Water Cannon
4752
- Water Bucket
4853
- Hoist Line
4954
- Tear Gass
@@ -52,9 +57,7 @@ The game uses SimCity 2000 city files to generate its maps. The original city fi
5257
- Seats
5358
- Third Person Pilot Control on the ground
5459
- City Pedestrians
55-
- City Traffic
5660
- City Air Traffic
57-
- Day / Night cycle
5861
- Weather
5962
- Rain
6063
- Thunder
@@ -78,7 +81,7 @@ The game uses SimCity 2000 city files to generate its maps. The original city fi
7881
- Military Missions
7982

8083
## Building From Source
81-
The game is built with the [Godot Game Engine 4.1.1](https://github.com/godotengine/godot/tree/4.1.1-stable) and new builds can be exported with the engines own editor. The game relies on a GDNative module written in Rust. The native module has to be built from source before it can be used by the engine. See the [`/native` directory](./native) for detailed instructions.
84+
The game is built with the [Godot Game Engine 4.2.2](https://github.com/godotengine/godot/tree/4.2.2-stable) and new builds can be exported with the engines own editor. The game relies on a GDNative module written in Rust. The native module has to be built from source before it can be used by the engine. See the [`/native` directory](./native) for detailed instructions.
8285

8386
## Contributing
8487
Pull Requests should always reference existing issues. Please do not submit PRs which have no related issue. To suggest new features, not listed above, or discuss current features / implementations, please use the discussions Section of the repository.

0 commit comments

Comments
 (0)