Merge branch 'main' of https://github.com/MarcEricMartel/FirstPersonSlapper
This commit is contained in:
commit
6bce9a2e8d
@ -4,7 +4,7 @@ extends Spatial
|
|||||||
# Declare member variables here. Examples:
|
# Declare member variables here. Examples:
|
||||||
# var a = 2
|
# var a = 2
|
||||||
# var b = "text"
|
# var b = "text"
|
||||||
var enemycount = 3
|
var enemycount = 2
|
||||||
onready var NEXTSCENE = "res://Scenes/End.tscn"
|
onready var NEXTSCENE = "res://Scenes/End.tscn"
|
||||||
|
|
||||||
onready var WinMess = $Messages/Win
|
onready var WinMess = $Messages/Win
|
||||||
|
BIN
cursor.png
Normal file
BIN
cursor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
35
cursor.png.import
Normal file
35
cursor.png.import
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/cursor.png-9207886fa5a62b74129e260ee150454e.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://cursor.png"
|
||||||
|
dest_files=[ "res://.import/cursor.png-9207886fa5a62b74129e260ee150454e.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=true
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
@ -37,6 +37,7 @@ window/size/height=1080
|
|||||||
window/size/fullscreen=true
|
window/size/fullscreen=true
|
||||||
window/size/test_width=1280
|
window/size/test_width=1280
|
||||||
window/size/test_height=720
|
window/size/test_height=720
|
||||||
|
mouse_cursor/custom_image="res://cursor.png"
|
||||||
window/stretch/mode="viewport"
|
window/stretch/mode="viewport"
|
||||||
window/stretch/aspect="keep"
|
window/stretch/aspect="keep"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user