Dev Log – Ice Hockey RPG – May 25th to May 29th

This entry is part 44 of 185 in the series Developer Blog

Working through more Godot tutorials. Make an Action RPG in Godot 3.2 (P6) Make an Action RPG in Godot 3.2 (P7) Make an Action RPG in Godot 3.2 (P8) Art Work Accomplished Worked on the player animation changing it to be a hockey player instead of a fox, and made a new background for the […]

Godot: Vector2 input error

This entry is part 37 of 185 in the series Developer Blog

Vector2 Vector2 ( float x, float y ) Some times you just have to make sure the inputs are really a float. Was: (where position_origon is an array containing ints) Now: