Circle Hitbox functionality is fully ready. It must be done Rectangle Hitbox.

This commit is contained in:
2026-04-08 17:10:49 +03:00
parent 7e09343035
commit f43795e1f4
3 changed files with 33 additions and 18 deletions

View File

@ -1,19 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<objecttypes>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><objecttypes>
<objecttype color="#a0a0a4" name="misato">
<property default="Solid" name="class" type="string"/>
<property default="22 10 232 3 264 199 5 198 " name="drawbox" type="string"/>
<property default="Circle 1 14 61" name="hitbox" type="string"/>
</objecttype>
<property default="1 1 201 0 184 189 72 191 " name="drawbox" type="string"/>
<property default="Rectangle 0 0 48 69" name="hitbox" type="string"/></objecttype>
<objecttype color="#a0a0a4" name="starlight">
<property default="Solid" name="class" type="string"/>
<property default="0 4 196 0 197 119 34 140 " name="drawbox" type="string"/>
<property default="Rectangle 38 30 88 62" name="hitbox" type="string"/>
<property default="4 3 162 9 129 121 53 140 " name="drawbox" type="string"/>
<property default="Circle 15 4 31" name="hitbox" type="string"/>
</objecttype>
<objecttype color="#a0a0a4" name="tavern">
<property default="Solid" name="class" type="string"/>
<property default="3 2 252 1 253 605 6 608" name="drawbox" type="string"/>
<property default="Rectangle -1855 -3037 304 298" name="hitbox" type="string"/>
<property default="93 47 303 55 245 301 90 286 " name="drawbox" type="string"/>
<property default="Circle 4156 2349 85" name="hitbox" type="string"/>
</objecttype>
<objecttype color="#a0a0a4" name="TopHome">
<property default="Solid" name="class" type="string"/>
@ -23,6 +22,6 @@
<objecttype color="000000" name="newtest">
<property default="solid" name="class" type="string"/>
<property default="252 116 505 120 500 247 235 237 " name="drawbox" type="string"/>
<property default="Rectangle -18 -678 217 161" name="hitbox" type="string"/>
<property default="Circle 578 671 15" name="hitbox" type="string"/>
</objecttype>
</objecttypes>
</objecttypes>