Update docs/step-8-periodic-pipes #3342
shigurenimo
started this conversation in
Ideas
Replies: 1 comment
-
I think you're right! Just pushed a fixed commit 75235d3
Thanks for bringing this to my attention!
…On Wed, Jan 1, 2025 at 4:20 PM タピオカ飲んでTikTokやってSNSでいいねもらえたら後はどうでもいい < ***@***.***> wrote:
Although this page says bird = new Bird(this);, Bird class does not have
Level in its constructor.
https://excaliburjs.com/docs/step-8-periodic-pipes/
I think the code should be below.
bird = new Bird()
In step 9, Bird's constructor will have Level.
https://excaliburjs.com/docs/step-9-scoring-points
—
Reply to this email directly, view it on GitHub
<#3342>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVNZ36WK42RCUSLLNG3ML2IRS3ZAVCNFSM6AAAAABUPA5AUKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXG43DSMBRGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Although this page says
bird = new Bird(this);
, Bird class does not have Level in its constructor.https://excaliburjs.com/docs/step-8-periodic-pipes/
I think the code should be below.
In step 9, Bird's constructor will have Level.
https://excaliburjs.com/docs/step-9-scoring-points
Beta Was this translation helpful? Give feedback.
All reactions