Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial code is missing from the full code for the Glod game tutorial step 3.6 #61

Open
vantemoon opened this issue May 11, 2023 · 0 comments · May be fixed by #68
Open

Partial code is missing from the full code for the Glod game tutorial step 3.6 #61

vantemoon opened this issue May 11, 2023 · 0 comments · May be fixed by #68
Assignees
Labels
Type: Bug Something isn't working

Comments

@vantemoon
Copy link
Contributor

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))

@vantemoon vantemoon added the Type: Bug Something isn't working label May 11, 2023
@vantemoon vantemoon self-assigned this May 11, 2023
@vantemoon 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
@vantemoon vantemoon linked a pull request May 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant