Create_0.gml 233 B

12345678910111213141516171819
  1. /// @description init
  2. colselec1 = $FF9944
  3. colselec2 = $FF3310
  4. colunselec1 = $4488FF
  5. colunselec2 = $2244FF
  6. width = 140;
  7. width_mid = width/2;
  8. height = 200;
  9. selected = false;
  10. name = "noname";
  11. desc = "none";
  12. dmg_min = 1
  13. dmg_max = 3