Working on Prefab Parser updates
This commit is contained in:
@ -35,7 +35,6 @@ namespace Dawn {
|
||||
SceneItemPrefab(Scene *scene, sceneitemid_t id) :
|
||||
SceneItem(scene, id)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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