GDQuest/learn-gdscript

/lesson-23-append-to-arrays/practice-B7tKRHJM.tres array pop behavior

IDBBrandy opened this issue · 0 comments

During this practice, whether you're using pop.front or pop.back produces the same result in order of clearance for the array.

Steps to reproduce the bug:
Use the solution provided code with pop.back
Use the solution provided code replacing pop.back with pop.front

pop.front and pop.back should clear the array in opposite order.