learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Lesson 26 Practice 1 Tests always pass after passing once

Open RedOwlGames opened this issue 8 months ago • 0 comments

Describe the bug Lesson 26: Practice 1. Displaying the Player's Health & Energy

Currently, if the checks have cleared, it doesn't matter how you change the code, it will always clear the check.

To Reproduce Steps to reproduce the bug:

  1. add str
  2. run code
  3. observe that checks clear
  4. remove str
  5. run code again

Expected behavior Check should not clear.

When staying to fiddle with the code, the checks should update according to the code.

Screenshots Please check attached video https://github.com/user-attachments/assets/c4f97af2-1ed5-4628-94e8-675628466a75

Information about your device (please complete the following information): OS Name Microsoft Windows 10 Home Version 10.0.19045 Build 19045

Firefox 137.0.2 (64-bit)

RedOwlGames avatar Apr 20 '25 20:04 RedOwlGames