Skip to content

Learn GDScript From Zero 1.4.0

Compare
Choose a tag to compare
@NathanLovato NathanLovato released this 16 May 12:01
· 73 commits to main since this release

Released on May 16 2023

New features

  • Add script to extract, sync, check, and integrate new translations (#814)

Content changes

  • Replace parameter with argument in lesson 4 practices
  • Add correct return types to documentation of str and int functions
  • Correct typo in lesson 7
  • Correct typo in lesson 9, improve wording
  • Update Spanish translations for lessons 1 to 7
  • Change parameter into argument in lesson 6
  • Improve phrasing and correct typo in external error popup
  • Correct tense in time delta lesson
  • Improve lesson 15 note title (#740)
  • Check for the use of two arguments in function call in lesson 11
  • Improve explanations in lessons 2, 3, 7, 8, 10, 11, and 14
  • Correct grammar in lesson 19

Improvements

  • Turn off vsync for faster response times

Bug fixes

  • Use low processor mode instead of target FPS to uncap framerate
  • Lesson 21 - remove Step button from combo example (#801)
  • Lesson 18 - fix unwrapped loop resetting (#800)
  • Lesson 15 - fix traffic light resetting (#797)
  • Allow writing decimal number in lesson 11 practice
  • Update bar health when changing max health
  • Check for play_animation() call in lesson 21
  • Correct hint text for lesson 16 (#732)