-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update addons to Godot 4 versions * Automated and manual Godot 3-to-4 conversion * Fix image colors and font loading * Fix system icons position, default labels, and helptext * Update helper addon
- Loading branch information
Showing
589 changed files
with
8,152 additions
and
11,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# Godot 4+ specific ignores | ||
.godot/ | ||
|
||
# Godot-specific ignores | ||
.import/ | ||
export.cfg | ||
|
||
# Imported translations (automatically generated from CSV files) | ||
*.translation | ||
|
||
# Mono-specific ignores | ||
.mono/ | ||
data_*/ | ||
|
||
# RetroHub Theme Helper | ||
addons/retrohub_theme_helper/config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
[gd_scene load_steps=3 format=2] | ||
[gd_scene load_steps=3 format=3 uid="uid://mspdxioy4gxu"] | ||
|
||
[ext_resource path="res://Logic.gd" type="Script" id=1] | ||
[ext_resource path="res://views/system/System.tscn" type="PackedScene" id=2] | ||
[ext_resource type="Script" path="res://Logic.gd" id="1"] | ||
[ext_resource type="PackedScene" uid="uid://741n1a4ffwjn" path="res://views/system/System.tscn" id="2"] | ||
|
||
[node name="RetroHubTheme" type="Node"] | ||
script = ExtResource( 1 ) | ||
path = "/home/ricardo/.emulationstation/themes/snes" | ||
script = ExtResource("1") | ||
path = "/home/ricardo/.emulationstation/themes/art-book-next-retropie-main" | ||
|
||
[node name="System" parent="." instance=ExtResource( 2 )] | ||
[node name="System" parent="." instance=ExtResource("2")] | ||
size_flags_horizontal = 3 | ||
size_flags_vertical = 3 | ||
|
||
[node name="GameView" type="Control" parent="."] | ||
layout_mode = 3 | ||
anchor_top = 1.0 | ||
anchor_right = 1.0 | ||
anchor_bottom = 2.0 | ||
|
||
[node name="Tween" type="Tween" parent="."] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.