Godot Version
v4.2.1.stable.mono.official
Question
I try to change value in array
array[index1][index2] = 5
but it gives an error “Invalid set index ‘5’ (on base: ‘Array’) with value of type ‘int’”
I checked the array, everything should fit, but alas no
I think the problem is similar to this one
Same problem