remram44 / pybabel-godot

Plugin for Babel to support Godot scene files (.tscn)
Other
14 stars 11 forks source link

Matching subresources' properties #11

Closed Goutte closed 3 years ago

Goutte commented 3 years ago

Could this also match the subresources of scenes ?

[sub_resource type="Resource" id=1]
script = ExtResource( 3 )
title = "level.tutorial.achievement_a.title"

Is there any reason for it not to (besides the effort it takes to code it) ? Perhaps I'm misusing subresources ?

remram44 commented 3 years ago

I think this is supposed to work after #2

Goutte commented 3 years ago

Ooops. I did not see that MR. I guess I'm using an older version. Thanks!