First commit, world map creation
This commit is contained in:
commit
76306196c0
7 changed files with 176 additions and 0 deletions
10
Player.cpp
Normal file
10
Player.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Created by trotfunky on 27/05/19.
|
||||
//
|
||||
|
||||
#include "Player.h"
|
||||
|
||||
|
||||
Player::Player(float x, float y, float alpha) : x(x), y(y), orientation(alpha)
|
||||
{}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue