This website requires JavaScript.
Explore
Help
Register
Sign in
RSV_Studio
/
surprise_dungeon
Archived
Watch
4
Star
0
Fork
You've already forked surprise_dungeon
0
Code
Activity
This repository has been archived on
2023-09-15
. You can view files and clone it, but cannot push or open issues or pull requests.
d4cad1a99e
surprise_dungeon
/
objects
/
oMonster
/
Create_0.gml
10 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
Ajout attribut pv et attack pour oMonstre
2020-12-06 00:00:02 +01:00
dureeDeplacement = 0;
deplaceHorizontal = 0;
deplaceVertical = 0;
dir = 3;
pv = 5;
attack = 1;
Copy permalink