From 982ab31d2e66967fe0651adf4c82cc37b14d29c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:31:54 +0000 Subject: [PATCH] asphalt: v2.0.0-rc.4 --- bins/asphalt/README.md | 7 +++---- bins/asphalt/pesde.lock | 2 +- bins/asphalt/pesde.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bins/asphalt/README.md b/bins/asphalt/README.md index 76ba3e89..0cb38617 100644 --- a/bins/asphalt/README.md +++ b/bins/asphalt/README.md @@ -3,6 +3,8 @@ Asphalt is a command line tool used to upload assets to Roblox and easily reference them in code. It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac). +The documentation below is associated with the current commit on main. To view documentation for a specific release, go to the Tags page and view the README for that tag. + ## Features - Syncs your images, sounds, videos, animations, and models to Roblox! See the [supported asset types](#supported-asset-types) @@ -11,9 +13,6 @@ It's a modern alternative to [Tarmac](https://github.com/Roblox/Tarmac). - Processes SVGs into PNGs and alpha bleeds images for crisp edges - Allows defining assets you already uploaded -## Features Coming Soon -- Capability to pack your images into spritesheets for lower client memory usage - ## Installation ### [Mise](https://mise.jdx.dev) @@ -171,7 +170,7 @@ Make sure that you select an appropriate IP and that your API key is under the C ## Supported Asset Types - Images (.png, .jpg, .bmp, .tga, .svg) - - SVGs are supported by Asphalt by converting them to PNGs. + - SVGs are supported by Asphalt by converting them to PNGs. If an SVG uses the `currentColor` fill, it will be converted to white so that it can be colored on Roblox. - Audio (.mp3, .ogg, .wav, .flac) - Videos (.mp4, .mov) - When uploading videos, you must provide the `--expected-price` argument, which is the price you expect to be charged for the video. See the [Roblox documentation on Videos](https://create.roblox.com/docs/en-us/ui/video-frames#upload-videos) for more details. diff --git a/bins/asphalt/pesde.lock b/bins/asphalt/pesde.lock index ec6efa02..e0b55ac9 100644 --- a/bins/asphalt/pesde.lock +++ b/bins/asphalt/pesde.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. format = 2 name = "pesde/asphalt" -version = "2.0.0-rc.3" +version = "2.0.0-rc.4" target = "lune" [graph."0x5eal/unzip@0.2.0 luau".pkg_ref] diff --git a/bins/asphalt/pesde.toml b/bins/asphalt/pesde.toml index 102cb742..40200153 100644 --- a/bins/asphalt/pesde.toml +++ b/bins/asphalt/pesde.toml @@ -1,5 +1,5 @@ name = "pesde/asphalt" -version = "2.0.0-rc.3" +version = "2.0.0-rc.4" description = "An assets-as-files tool for Roblox" authors = ["CompeyDev ", "Jack T "] repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/asphalt"