Skip to content

Commit

Permalink
update for Defold 1.7.0+ compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfstarDev authored Jun 14, 2024
1 parent 954893e commit e84c304
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion matchanovel/defold_gui/debug.gui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
script: "/matchanovel/defold_gui/debug.gui_script"
fonts {
name: "system_font"
font: "/builtins/fonts/system_font.font"
font: "/builtins/fonts/default.font"
}
background_color {
x: 0.0
Expand Down Expand Up @@ -65,6 +65,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
nodes {
position {
Expand Down Expand Up @@ -123,6 +124,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
nodes {
position {
Expand Down Expand Up @@ -189,6 +191,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
nodes {
position {
Expand Down Expand Up @@ -247,6 +250,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
nodes {
position {
Expand Down Expand Up @@ -305,6 +309,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
nodes {
position {
Expand Down Expand Up @@ -371,6 +376,7 @@ nodes {
custom_type: 0
enabled: true
visible: true
material: ""
}
material: "/builtins/materials/gui.material"
adjust_reference: ADJUST_REFERENCE_PARENT
Expand Down

0 comments on commit e84c304

Please sign in to comment.