FAForever / FAForeverMapEditor

A community-made map editor for the game Supreme Commander Forged Alliance
MIT License
3 stars 3 forks source link

Map Area Fixes - Issue 34 #38

Closed kent-sole closed 1 week ago

kent-sole commented 1 month ago

Closes #34

TODO

kent-sole commented 1 month ago

I also noticed that I can erase the number from the input field and it will stay empty, which looks bad. It should default to 0, or whatever it is internally using as default.

I added a utility to do this. It will have to be applied to every input field prefab manually as this is not a default function of the Unity InputField. We can do this when we propagate the other fixes to the input fields.