diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-31 01:22:14 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-31 01:22:14 -0400 |
commit | 871a882833364cf3a2b1de13fc25f610ef5d7da5 (patch) | |
tree | 72bdcb11af6ac4229a9d5ff3df4a81609784e49c /Scripts | |
parent | 4eeacc60cab3d6cb070bcd19a5259b7a95832a1d (diff) |
Added velocity component, and force add component dependencies when they don't exist
Diffstat (limited to 'Scripts')
-rw-r--r-- | Scripts/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Scripts/init.lua b/Scripts/init.lua index 807ef9a..f92e366 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -10,6 +10,10 @@ bird = { } dog = { + Velocity = { + x = 0.01, + y = 10.5 + }, Position = { x = 6.5, y = 1.3 |