aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/init.lua4
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