From a39f898f8e735ab5da3ba7dee0d162eecc367014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Juul=20Brunsh=C3=B8j?= Date: Tue, 3 Jun 2025 20:24:00 +0200 Subject: [PATCH] texturepacker --- flake.nix | 9 ++++++++- godot/car.tscn | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 81ccef0..4a75a93 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,10 @@ { devShells."x86_64-linux".default = let - pkgs = import nixpkgs { system = "x86_64-linux"; }; + pkgs = import nixpkgs { + system = "x86_64-linux"; + config.allowUnfree = true; + }; in basecamp.mkShell pkgs { rust.enable = true; @@ -33,8 +36,12 @@ python-pkgs.jedi-language-server ])) + # Audio pkgs.yt-dlp + + # Assets/Textures pkgs.krita + pkgs.texturepacker ]; }; }; diff --git a/godot/car.tscn b/godot/car.tscn index d0ed049..06bf369 100644 --- a/godot/car.tscn +++ b/godot/car.tscn @@ -1,6 +1,6 @@ [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"] size = Vector2(194, 493)