aggressive_avians/objects/player/Create_0.gml

8 lines
287 B
Text
Raw Normal View History

2024-12-04 23:14:00 +00:00
/// @DnDAction : YoYo Games.Movement.move_and_collide
/// @DnDVersion : 1
/// @DnDHash : 298D9BA3
/// @DnDArgument : "xvel" "2"
/// @DnDArgument : "yvel" "2"
/// @DnDArgument : "object" "platformer"
/// @DnDSaveInfo : "object" "platformer"
move_and_collide(2, 2, platformer,4,0,0,-1,-1);