aggressive_avians/objects/player/Create_0.gml
2024-12-04 18:14:00 -05:00

8 lines
No EOL
287 B
Text

/// @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);