Log In  
Follow
Jonson26

This is my startup.lua:

-- User Startup File

-- Run Dock at startup
if fstat("/desktop/Apps/dock.p64") then
	create_process("/desktop/Apps/dock.p64")
end

When my system boots, the dock gets opened in a separate workspace instead of the desktop. When I try running create_process("/desktop/Apps/dock.p64") from the terminal after boot, it works correctly.

1
2 comments



Cart #pogue_shieldfix-0 | 2024-09-25 | Embed ▽ | License: CC4-BY-NC-SA
8

Original game by @crimson2877

I noticed that for some reason the shields in the game weren't doing anything, so I went and fixed it myself. It seems like @crimson2877 was using the base strength of the monster, instead of the one calculated directly before. Note that this does make the game considerably easier.

Original Game
Original description:
Get to floor 10 and defeat the Lich!

Controls: Arrow keys for movement and menus
X: Open/Close Inventory
Z: Wait/Use item/Confirm
X + Z: Hold to rest
Z + Direction: Sprint

8
0 comments



Cart #dock-1 | 2024-09-25 | Embed ▽ | License: CC4-BY-NC-SA
14

Mac OS X Tiger-style dock application.
Does not work in the web player.
Works best when saved to desktop and ran by double-clicking.

Current features:

  • Customisable program shortcuts (edit /appdata/dock/dock.txt)
  • Loads icons from application metadata
  • Automatic size adjustment
  • Follows user theme
  • Displays below or above every window (user selectable)
  • Reacts to user mouse in a way similar to the OS X Tiger dock

Not supported, but I might add these in the future:

  • [Very Likely] Custom positions ("north", "east", "south", "west", etc.)
  • [Quite Likely] Selectable orientation (landscape or portrait)

[ Continue Reading.. ]

14
10 comments