zmiana sceny um, zmiana logiki
This commit is contained in:
parent
55748d3f69
commit
72afd3c7e4
17 changed files with 375 additions and 257 deletions
BIN
assets/fonts/IBMPlexMono-Regular.ttf
Normal file
BIN
assets/fonts/IBMPlexMono-Regular.ttf
Normal file
Binary file not shown.
36
assets/fonts/IBMPlexMono-Regular.ttf.import
Normal file
36
assets/fonts/IBMPlexMono-Regular.ttf.import
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
[remap]
|
||||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://bsbgcege4jnpc"
|
||||
path="res://.godot/imported/IBMPlexMono-Regular.ttf-9776dfbf2ebf317ab969c1c02b95a7b0.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/fonts/IBMPlexMono-Regular.ttf"
|
||||
dest_files=["res://.godot/imported/IBMPlexMono-Regular.ttf-9776dfbf2ebf317ab969c1c02b95a7b0.fontdata"]
|
||||
|
||||
[params]
|
||||
|
||||
Rendering=null
|
||||
antialiasing=1
|
||||
generate_mipmaps=false
|
||||
disable_embedded_bitmaps=true
|
||||
multichannel_signed_distance_field=false
|
||||
msdf_pixel_range=8
|
||||
msdf_size=48
|
||||
allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
modulate_color_glyphs=false
|
||||
hinting=1
|
||||
subpixel_positioning=4
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
Compress=null
|
||||
compress=true
|
||||
preload=[]
|
||||
language_support={}
|
||||
script_support={}
|
||||
opentype_features={}
|
||||
BIN
assets/media/kiwi_netrunner.png
Normal file
BIN
assets/media/kiwi_netrunner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 KiB |
40
assets/media/kiwi_netrunner.png.import
Normal file
40
assets/media/kiwi_netrunner.png.import
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bxg52gkts1l8u"
|
||||
path="res://.godot/imported/kiwi_netrunner.png-1f19ab8a68c8324719ace2102f134962.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/media/kiwi_netrunner.png"
|
||||
dest_files=["res://.godot/imported/kiwi_netrunner.png-1f19ab8a68c8324719ace2102f134962.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
assets/media/kiwi_netrunner.png~
Normal file
BIN
assets/media/kiwi_netrunner.png~
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 150 KiB |
4
assets/scripts/global.gd
Normal file
4
assets/scripts/global.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
func rolld(d: int) -> int:
|
||||
return randi_range(1, d)
|
||||
1
assets/scripts/global.gd.uid
Normal file
1
assets/scripts/global.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://ga8sek1nsl02
|
||||
17
assets/scripts/player.gd
Normal file
17
assets/scripts/player.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Node
|
||||
|
||||
var stats: Dictionary = {
|
||||
"INT": 0,
|
||||
"REF": 0,
|
||||
"ZW": 0,
|
||||
"TECH": 0,
|
||||
"CHA": 0,
|
||||
"SW": 0,
|
||||
"RUCH": 0,
|
||||
"BC": 0,
|
||||
"EMP": 0,
|
||||
"PW": 0,
|
||||
"CZL": 0,
|
||||
}
|
||||
|
||||
var roll : int
|
||||
1
assets/scripts/player.gd.uid
Normal file
1
assets/scripts/player.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bo15h6eab0dkb
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
"CZL": 0.0
|
||||
}
|
||||
},
|
||||
"umiejetnosci": {
|
||||
"um": {
|
||||
"Atletyka": 2.0,
|
||||
"Bijatyka": 2.0,
|
||||
"Język (slang uliczny)": 2.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue