mirror of
https://github.com/Yadciel1/2048-Shooter.git
synced 2024-12-26 06:47:02 +01:00
some change
This commit is contained in:
parent
ef897f0b1f
commit
e155b78e53
BIN
.mono/assemblies/Debug/GodotSharp.dll
Normal file
BIN
.mono/assemblies/Debug/GodotSharp.dll
Normal file
Binary file not shown.
BIN
.mono/assemblies/Debug/GodotSharp.pdb
Normal file
BIN
.mono/assemblies/Debug/GodotSharp.pdb
Normal file
Binary file not shown.
59732
.mono/assemblies/Debug/GodotSharp.xml
Normal file
59732
.mono/assemblies/Debug/GodotSharp.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.mono/assemblies/Debug/GodotSharpEditor.dll
Normal file
BIN
.mono/assemblies/Debug/GodotSharpEditor.dll
Normal file
Binary file not shown.
BIN
.mono/assemblies/Debug/GodotSharpEditor.pdb
Normal file
BIN
.mono/assemblies/Debug/GodotSharpEditor.pdb
Normal file
Binary file not shown.
2125
.mono/assemblies/Debug/GodotSharpEditor.xml
Normal file
2125
.mono/assemblies/Debug/GodotSharpEditor.xml
Normal file
File diff suppressed because it is too large
Load Diff
13
.mono/assemblies/Debug/api_hash_cache.cfg
Normal file
13
.mono/assemblies/Debug/api_hash_cache.cfg
Normal file
@ -0,0 +1,13 @@
|
||||
[core]
|
||||
|
||||
modified_time=1674062872
|
||||
bindings_version=13
|
||||
cs_glue_version=1664316215
|
||||
api_hash=702222790131169798
|
||||
|
||||
[editor]
|
||||
|
||||
modified_time=1674062872
|
||||
bindings_version=13
|
||||
cs_glue_version=1664316215
|
||||
api_hash=-5533208003708907912
|
2
.mono/metadata/ide_messaging_meta.txt
Normal file
2
.mono/metadata/ide_messaging_meta.txt
Normal file
@ -0,0 +1,2 @@
|
||||
62844
|
||||
C:/Users/slave/Desktop/Godot_v3.5.1-stable_mono_win64/Godot_v3.5.1-stable_mono_win64.exe
|
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://Font/super-legend-boy-font/SuperLegendBoy-4w8Y.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://retrowave.png" type="Texture" id=2]
|
||||
@ -42,6 +42,49 @@ func load_score():
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=6]
|
||||
bg_color = Color( 0, 0.0235294, 0.647059, 1 )
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color( 0, 0, 0, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
shadow_size = 4
|
||||
shadow_offset = Vector2( 2, 2 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=7]
|
||||
bg_color = Color( 0, 0.0235294, 0.647059, 1 )
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color( 0, 0, 0, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=5]
|
||||
bg_color = Color( 0, 0.0235294, 1, 1 )
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color( 0, 0, 0, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
shadow_size = 4
|
||||
shadow_offset = Vector2( 2, 2 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 40
|
||||
font_data = ExtResource( 1 )
|
||||
@ -79,6 +122,9 @@ margin_right = 320.0
|
||||
margin_bottom = 70.0
|
||||
rect_min_size = Vector2( 0, 70 )
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
custom_styles/hover = SubResource( 6 )
|
||||
custom_styles/pressed = SubResource( 7 )
|
||||
custom_styles/normal = SubResource( 5 )
|
||||
text = "Start"
|
||||
|
||||
[node name="Score" type="Label" parent="Control"]
|
||||
|
@ -114,6 +114,10 @@ texture={
|
||||
|
||||
pointing/emulate_touch_from_mouse=true
|
||||
|
||||
[mono]
|
||||
|
||||
project/assembly_name="2048 shooter"
|
||||
|
||||
[physics]
|
||||
|
||||
common/enable_pause_aware_picking=true
|
||||
|
Loading…
Reference in New Issue
Block a user