texturepacker
This commit is contained in:
parent
623443bb5f
commit
a39f898f8e
@ -15,7 +15,10 @@
|
|||||||
{
|
{
|
||||||
devShells."x86_64-linux".default =
|
devShells."x86_64-linux".default =
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
pkgs = import nixpkgs {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
basecamp.mkShell pkgs {
|
basecamp.mkShell pkgs {
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
@ -33,8 +36,12 @@
|
|||||||
python-pkgs.jedi-language-server
|
python-pkgs.jedi-language-server
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
# Audio
|
||||||
pkgs.yt-dlp
|
pkgs.yt-dlp
|
||||||
|
|
||||||
|
# Assets/Textures
|
||||||
pkgs.krita
|
pkgs.krita
|
||||||
|
pkgs.texturepacker
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=3 format=3 uid="uid://ukvcgdjxtkqw"]
|
[gd_scene load_steps=3 format=3 uid="uid://ukvcgdjxtkqw"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://k54om3777nse" path="res://assets/top_down_references/car.png" id="1_7822p"]
|
[ext_resource type="Texture2D" uid="uid://cl4nm8ajleyjy" path="res://assets/police_car_white.png" id="1_7822p"]
|
||||||
|
|
||||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_37kl0"]
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_37kl0"]
|
||||||
size = Vector2(194, 493)
|
size = Vector2(194, 493)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user