Skip to content

Commit b1e3811

Browse files
committed
Fix robot particles and report form
1 parent 560a642 commit b1e3811

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

course/common/Robot.tscn

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,9 @@ explosiveness = 0.26
13011301
emission_shape = 1
13021302
emission_sphere_radius = 64.0
13031303
gravity = Vector2(0, -98)
1304+
angular_velocity_max = 0.65
1305+
scale_amount_min = 0.5
1306+
scale_amount_max = 0.5
13041307
scale_amount_curve = SubResource("4")
13051308
color_ramp = SubResource("6")
13061309

@@ -1323,4 +1326,11 @@ emission_sphere_radius = 12.0
13231326
direction = Vector2(0, 0)
13241327
spread = 180.0
13251328
gravity = Vector2(0, 0)
1329+
initial_velocity_min = 100.0
1330+
initial_velocity_max = 100.0
1331+
angular_velocity_max = 2.78
1332+
linear_accel_min = 100.0
1333+
linear_accel_max = 100.0
1334+
radial_accel_min = 100.0
1335+
radial_accel_max = 100.0
13261336
scale_amount_curve = SubResource("39")

ui/components/popups/ReportFormPopup.tscn

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,31 +70,31 @@ size_flags_vertical = 3
7070
bbcode_enabled = true
7171
text = "If you face an issue in the app, please click the link below to report it on GitHub:
7272
73-
GitHub.com > GDQuest > learn-gdscript > Issues
73+
[center][b][url=https://github.com/GDQuest/learn-gdscript/issues]GitHub.com > GDQuest > learn-gdscript > Issues[/url][/b][/center]
7474
7575
On that page, you can report any issues, whether something's not working or there's an error in a lesson.
7676
77-
You can generate a log to help us identify the problem. To do so, click here: generate error log.
77+
You can generate a log to help us identify the problem. To do so, click here: [b][url=download]generate error log[/url][/b].
7878
7979
Please drag and drop the generated file onto your issue on GitHub to attach it.
8080
81-
What's GitHub
81+
[font=res://ui/theme/fonts/font_title.tres]What's GitHub[/font]
8282
8383
GitHub is an online platform to host and manage open-source projects like the GDScript Learn app. It helps developers organize their work and collaborate online.
8484
8585
You can use GitHub to study the source code of many open projects, report issues, or even contribute code yourself.
8686
87-
How to report an issue
87+
[font=res://ui/theme/fonts/font_title.tres]How to report an issue[/font]
8888
89-
1. Click the link above to get to the GitHub Issues page.
90-
2. Click on the New Issue button.
89+
1. Click the link above to get to the [i]GitHub Issues[/i] page.
90+
2. Click on the [i]New Issue[/i] button.
9191
3. Fill out the form to tell us more about your problem.
9292
9393
You will need a GitHub account to do so.
9494
9595
Please add as much relevant information as possible, such as the kind of device you're using to access the app, and maybe attach a screenshot or video clip showcasing the issue.
9696
97-
Thank you for contributing to open source!"
97+
[center]Thank you for contributing to open source![/center]"
9898

9999
[node name="Spacer" type="Control" parent="PanelContainer/Column/Margin/Column" unique_id=673476989]
100100
custom_minimum_size = Vector2(400, 20)

0 commit comments

Comments
 (0)