Changed dialog cursor (#398)

- some modifications in android exports presets
- commented out jump command in worker.esc as not implemented
This commit is contained in:
Julian Murgia
2021-09-23 12:39:24 +02:00
committed by GitHub
parent 60ea4d851b
commit 527fe84d3c
6 changed files with 1838 additions and 36 deletions

View File

@@ -77,6 +77,12 @@ Licence: CC-BY
by Eric Matyas by Eric Matyas
www.soundimage.org www.soundimage.org
### Cursors
* Pointers part 4 by "yd"
Licence: CC0 Licence
https://opengameart.org/content/pointers-part-4x
edited by Julian Murgia
### Font ### Font
These fonts are provided as an example. Please mind checking the licence before redistributing with your game. These fonts are provided as an example. Please mind checking the licence before redistributing with your game.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -3,7 +3,7 @@
[ext_resource path="res://addons/escoria-ui-simplemouse/verbs_mouseicons.gd" type="Script" id=1] [ext_resource path="res://addons/escoria-ui-simplemouse/verbs_mouseicons.gd" type="Script" id=1]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_examine.png" type="Texture" id=2] [ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_examine.png" type="Texture" id=2]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_tool.png" type="Texture" id=3] [ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_tool.png" type="Texture" id=3]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_pen.png" type="Texture" id=4] [ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_dialog.png" type="Texture" id=4]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_foot.png" type="Texture" id=5] [ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_foot.png" type="Texture" id=5]
[ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_hand.png" type="Texture" id=6] [ext_resource path="res://addons/escoria-ui-simplemouse/cursors/cursor_hand.png" type="Texture" id=6]
@@ -76,6 +76,9 @@ margin_top = 524.76
margin_right = 546.519 margin_right = 546.519
margin_bottom = 524.76 margin_bottom = 524.76
mouse_filter = 2 mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="tool" type="TextureRect" parent="mouse_position"] [node name="tool" type="TextureRect" parent="mouse_position"]
margin_left = 46.4475 margin_left = 46.4475

View File

@@ -48,7 +48,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="*.esc" include_filter="*.esc"
exclude_filter="" exclude_filter=""
export_path="bin/win64/Escoria-reloaded-x64.exe" export_path="bin/win64/Escoria-x64.exe"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@@ -170,10 +170,6 @@ user_data/accessible_from_itunes_sharing=false
privacy/camera_usage_description="" privacy/camera_usage_description=""
privacy/microphone_usage_description="" privacy/microphone_usage_description=""
privacy/photolibrary_usage_description="" privacy/photolibrary_usage_description=""
orientation/portrait=false
orientation/landscape_left=true
orientation/landscape_right=true
orientation/portrait_upside_down=false
required_icons/iphone_120x120="res://game/appicons/Assets.xcassets/AppIcon.appiconset/120.png" required_icons/iphone_120x120="res://game/appicons/Assets.xcassets/AppIcon.appiconset/120.png"
required_icons/ipad_76x76="res://game/appicons/Assets.xcassets/AppIcon.appiconset/76.png" required_icons/ipad_76x76="res://game/appicons/Assets.xcassets/AppIcon.appiconset/76.png"
required_icons/app_store_1024x1024="res://game/appicons/Assets.xcassets/AppIcon.appiconset/1024.png" required_icons/app_store_1024x1024="res://game/appicons/Assets.xcassets/AppIcon.appiconset/1024.png"
@@ -228,33 +224,6 @@ application/copyright=""
display/high_res=false display/high_res=false
privacy/camera_usage_description="" privacy/camera_usage_description=""
privacy/microphone_usage_description="" privacy/microphone_usage_description=""
codesign/enable=true
codesign/identity=""
codesign/timestamp=true
codesign/hardened_runtime=true
codesign/replace_existing_signature=true
codesign/entitlements/custom_file=""
codesign/entitlements/allow_jit_code_execution=false
codesign/entitlements/allow_unsigned_executable_memory=false
codesign/entitlements/allow_dyld_environment_variables=false
codesign/entitlements/disable_library_validation=false
codesign/entitlements/audio_input=false
codesign/entitlements/camera=false
codesign/entitlements/location=false
codesign/entitlements/address_book=false
codesign/entitlements/calendars=false
codesign/entitlements/photos_library=false
codesign/entitlements/apple_events=false
codesign/entitlements/app_sandbox/enabled=false
codesign/entitlements/app_sandbox/network_server=false
codesign/entitlements/app_sandbox/network_client=false
codesign/entitlements/app_sandbox/device_usb=false
codesign/entitlements/app_sandbox/device_bluetooth=false
codesign/entitlements/app_sandbox/files_downloads=0
codesign/entitlements/app_sandbox/files_pictures=0
codesign/entitlements/app_sandbox/files_music=0
codesign/entitlements/app_sandbox/files_movies=0
codesign/custom_options=PoolStringArray( )
texture_format/s3tc=true texture_format/s3tc=true
texture_format/etc=false texture_format/etc=false
texture_format/etc2=false texture_format/etc2=false
@@ -268,7 +237,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="*.esc" include_filter="*.esc"
exclude_filter="" exclude_filter=""
export_path="../../../../Documents/godot_render/escoria/Escoria.apk" export_path="bin/android/Escoria.apk"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@@ -282,7 +251,7 @@ architectures/armeabi-v7a=true
architectures/arm64-v8a=true architectures/arm64-v8a=true
architectures/x86=false architectures/x86=false
architectures/x86_64=false architectures/x86_64=false
keystore/debug="" keystore/debug="/opt/Programming/android-sdk/debug.keystore"
keystore/debug_user="" keystore/debug_user=""
keystore/debug_password="" keystore/debug_password=""
keystore/release="" keystore/release=""

View File

@@ -35,7 +35,7 @@ say player "I don't think he'd like that."
! !
#################################################################################################### ####################################################################################################
:use r5_filled_sheet :use r5_filled_sheet
jump give r5_filled_sheet #jump give r5_filled_sheet
#################################################################################################### ####################################################################################################
:give r5_filled_sheet :give r5_filled_sheet