mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 09:02:29 +00:00
Promote CHANGELOG Unreleased → 0.10.0 (the schema-driven Build page for world objects, #11) and bump wally.toml + SurvivorCore.VERSION. Demo: new demo/server/Stage.luau — one switch for what the demo places in the world (gather field + quest post, mobs, starting inventory, hand-test props). The test-station prop rows now default OFF: they're scaffolding for working ON the engine and crowded the spawn area for everyone else. Collateral: the Build demo video on the docs Demos line and as an 8th site video tile; the landing page's Studio card now tells the Build story; version surfaces bumped across site, README and getting-started. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
335 B
TOML
12 lines
335 B
TOML
[package]
|
|
name = "temujincalidius/survivorcore"
|
|
description = "Batteries-included, creator-extensible survival game framework for Roblox."
|
|
version = "0.10.0"
|
|
license = "MIT"
|
|
authors = ["Samuel Lison"]
|
|
registry = "https://github.com/UpliftGames/wally-index"
|
|
realm = "shared"
|
|
exclude = ["demo", "docs", "*.project.json"]
|
|
|
|
[dependencies]
|