You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vantemoon
changed the title
Some partial code is missing from the full code for the Glod game tutorial step 3.6
Partial code is missing from the full code for the Glod game tutorial step 3.6
May 11, 2023
The following code should be added to the full code si far for step 3.6 of the Glod game tutorial.
(LoadTexture "GlodImages/Character1_Jumping_Left.png") = .character-jumping-left
(LoadTexture "GlodImages/Character1_Jumping_Right.png") = .character-jumping-right
3 (-> .character-direction
(Match [0 (-> .character-jumping-left (UI.Image :Scale (float2 0.2)))
1 (-> .character-jumping-right (UI.Image :Scale (float2 0.2)))]
:Passthrough false))
The text was updated successfully, but these errors were encountered: