瀏覽代碼

bug fixes and about section

galo 1 年之前
父節點
當前提交
504e82dba4
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      Enemy.gd
  2. 2 2
      main.tscn

+ 3 - 3
Enemy.gd

@@ -1,8 +1,8 @@
 extends KinematicBody2D
 
-var vida = 2
-var speed = 35
-var type = 1
+export var vida = 2
+export var speed = 70
+export var type = 1
 
 func damage(arg, id):
 	vida += arg

File diff suppressed because it is too large
+ 2 - 2
main.tscn


Some files were not shown because too many files changed in this diff