Skip to content

Commit 10f0911

Browse files
[fix]: rename file
Just a suggestion. I am not 100% sure this is the exact fix, but I did notice the capitalization here changed since I got an error when running in headless mode with this command: ``` ./Godot_v4.0-beta17_linux.x86_64 --main-pack shoot.pck --headless Godot Engine v4.0.beta17.official.c40020513 - https://godotengine.org ```
1 parent d858d77 commit 10f0911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player.tscn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=17 format=3 uid="uid://xcjrjq5cbn7y"]
22

3-
[ext_resource type="Script" path="res://player.gd" id="1_2v3wm"]
3+
[ext_resource type="Script" path="res://Player.gd" id="1_2v3wm"]
44
[ext_resource type="PackedScene" uid="uid://cf1dcxwv6bvl3" path="res://models/Pistol.glb" id="2_4esil"]
55
[ext_resource type="Texture2D" uid="uid://vwob30tkwej4" path="res://addons/kenney_particle_pack/star_06.png" id="3_27dhu"]
66

0 commit comments

Comments
 (0)