Free Hero Mesh

Check-in [fbaada037f]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.
Overview
Comment:In misc/vtower.class, ensure that you cannot stop flying while over a non-walkable tile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fbaada037ffd388fed725c71832a1ee3e90c10d7
User & Date: user on 2021-11-01 05:42:37
Other Links: manifest | tags
Context
2021-11-06
03:28
Implement importing solutions when importing the level data. check-in: aeb7bb0218 user: user tags: trunk
2021-11-01
05:42
In misc/vtower.class, ensure that you cannot stop flying while over a non-walkable tile. check-in: fbaada037f user: user tags: trunk
2021-10-31
23:05
Add more questions/answers in Frequently Asked Questions section. check-in: 41ebe83ec5 user: user tags: trunk
Changes

Modified misc/vtower.class from [0da9eacd4d] to [82cbe880f1].

52
53
54
55
56
57
58

59
60

61
62
63
64
65
66
67
  (Height 100)
  (Density 500)
  (Strength 1)
  (Weight 1)
  (Climb 100)
  {CommonKeys}
  ('ENTER

    $Man Loc 0 Dir Create .
    Destroy .

  )
)

($Floor
  (Image "FLOOR")
  (Help "There is nothing here.")
  (Density 2000)







>
|
|
>







52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
  (Height 100)
  (Density 500)
  (Strength 1)
  (Weight 1)
  (Climb 100)
  {CommonKeys}
  ('ENTER
    ObjBelow ,Height 50 le if
      $Man Loc 0 Dir Create .
      Destroy .
    then
  )
)

($Floor
  (Image "FLOOR")
  (Help "There is nothing here.")
  (Density 2000)