Working on Prefab Parser updates
This commit is contained in:
@ -13,7 +13,7 @@ namespace Dawn {
|
||||
|
||||
public:
|
||||
// @optional
|
||||
glm::vec2 velocity;
|
||||
glm::vec2 velocity = glm::vec2(0, 0);
|
||||
// @optional
|
||||
float_t friction = 12.0f;
|
||||
|
||||
|
Reference in New Issue
Block a user