GoaLitiuM / RmlUi

The RmlUi plugin for Flax Engine
MIT License
12 stars 3 forks source link

Having `.rml` and `.rcss` named the same prevents from one of them loading #10

Closed Withaust closed 1 year ago

Withaust commented 1 year ago

Currently, if you, for example, have main.rml and main.rcss in the same folder, with main.rml file linking main.rcss file as a stylesheet, then main.rcss is going to fail from loading. This is probably the main reason for the issue that got fixed with https://github.com/GoaLitiuM/RmlUi/pull/9

Withaust commented 1 year ago

Considering that flax does not allow to preserve original extensions, this is more of a Flax limitation than of the plugin.