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)