Parcourir la source

bug fixes and about section

galo il y a 1 an
Parent
commit
504e82dba4
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  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

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 2
main.tscn


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff