Update GridMap to use Vector3i instead of three ints

This commit is contained in:
Aaron Franke
2020-06-29 04:52:01 -04:00
parent f9c2f35dd9
commit 8a333cdf9f
4 changed files with 85 additions and 73 deletions

View File

@ -84,7 +84,7 @@ class GridMapEditor : public VBoxContainer {
Label *spin_box_label;
struct SetItem {
Vector3 pos;
Vector3i position;
int new_value;
int new_orientation;
int old_value;