mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 12:51:17 +00:00
Added crosshair
This commit is contained in:
parent
5012527bae
commit
9e3c75ca1d
5 changed files with 72 additions and 2 deletions
6
Scenes/crosshair.tscn
Normal file
6
Scenes/crosshair.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cfb3nsay84xdb"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cfrvb1moh857m" path="res://Sprites/Crosshair.png" id="1_hincd"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D"]
|
||||
texture = ExtResource("1_hincd")
|
||||
Loading…
Add table
Add a link
Reference in a new issue